mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 08:20:36 +00:00
fix: update meshcore client ref
ref:
This commit is contained in:
@@ -65,5 +65,22 @@ void main() {
|
||||
isNull,
|
||||
);
|
||||
});
|
||||
|
||||
test('private channels with same name do not block slot selection', () {
|
||||
expect(
|
||||
ConnectionProvider.isDuplicateChannelName(
|
||||
requestedName: 'RPT_admins',
|
||||
existingName: 'RPT_admins',
|
||||
),
|
||||
isFalse,
|
||||
);
|
||||
expect(
|
||||
ConnectionProvider.firstAvailableChannelSlot(
|
||||
occupiedIndices: {1, 2, 3},
|
||||
maxChannels: 6,
|
||||
),
|
||||
4,
|
||||
);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user