mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-07 01:03:34 +02:00
Add #remoteterm as default channel
This commit is contained in:
@@ -15,7 +15,7 @@ class TestStatisticsEmpty:
|
||||
|
||||
assert result["contact_count"] == 0
|
||||
assert result["repeater_count"] == 0
|
||||
assert result["channel_count"] == 0
|
||||
assert result["channel_count"] == 1 # #remoteterm seed from migration 33
|
||||
assert result["total_packets"] == 0
|
||||
assert result["decrypted_packets"] == 0
|
||||
assert result["undecrypted_packets"] == 0
|
||||
@@ -67,7 +67,7 @@ class TestStatisticsCounts:
|
||||
await conn.commit()
|
||||
|
||||
result = await StatisticsRepository.get_all()
|
||||
assert result["channel_count"] == 1
|
||||
assert result["channel_count"] == 2 # test-chan + #remoteterm seed
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_message_type_counts(self, test_db):
|
||||
|
||||
Reference in New Issue
Block a user