mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
Keep contact GPS location saved
This commit is contained in:
@@ -67,6 +67,13 @@ void main() {
|
||||
);
|
||||
});
|
||||
|
||||
test('rejects routes that do not match the configured hash size', () {
|
||||
expect(
|
||||
() => ContactRouteCodec.parse('AABB,CCDD', expectedHashSize: 1),
|
||||
throwsA(isA<ContactRouteFormatException>()),
|
||||
);
|
||||
});
|
||||
|
||||
test('rejects invalid tokens', () {
|
||||
expect(
|
||||
() => ContactRouteCodec.parse('AA,XYZ'),
|
||||
|
||||
Reference in New Issue
Block a user