mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
Add clearChannelMessages to Messages
This commit is contained in:
@@ -37,5 +37,13 @@ void main() {
|
||||
isFalse,
|
||||
);
|
||||
});
|
||||
|
||||
test('does not treat arbitrary empty channel info as deletion', () {
|
||||
final provider = ConnectionProvider();
|
||||
expect(
|
||||
provider.shouldTreatChannelInfoAsDeleted(3, '', Uint8List(16)),
|
||||
isFalse,
|
||||
);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user