We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393ef9b commit ca08bfeCopy full SHA for ca08bfe
server/tests/client_checks.py
@@ -13,9 +13,9 @@
13
TIME_PERIOD_INCREMENT = 2
14
DEFAULT_CHANNEL_NAME = "IOC1-1:ai:test"
15
16
-# 1 record and 1 alias
17
BASE_ALIAS_COUNT = 1
18
-BASE_IOC_CHANNEL_COUNT = 2
+BASE_RECORD_COUNT = 1
+BASE_IOC_CHANNEL_COUNT = BASE_ALIAS_COUNT + BASE_RECORD_COUNT
19
20
21
def channel_match(channel0, channel1, properties_to_match: list[str]):
0 commit comments