mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
Hide last seen and tweak channels
This commit is contained in:
@@ -104,7 +104,7 @@ void main() {
|
||||
expect(contact.routeHashSize, 3);
|
||||
expect(contact.routeHopCount, 2);
|
||||
expect(contact.routeCanonicalText, 'AABBCC,DDEEFF');
|
||||
expect(contact.routeSupportsLegacyRawTransport, isFalse);
|
||||
expect(contact.routeSupportsLegacyRawTransport, isTrue);
|
||||
});
|
||||
|
||||
test('treats -1 as unknown route', () {
|
||||
|
||||
Reference in New Issue
Block a user