Skip to content

Commit ca08bfe

Browse files
committed
clearer count constants
1 parent 393ef9b commit ca08bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/tests/client_checks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
TIME_PERIOD_INCREMENT = 2
1414
DEFAULT_CHANNEL_NAME = "IOC1-1:ai:test"
1515

16-
# 1 record and 1 alias
1716
BASE_ALIAS_COUNT = 1
18-
BASE_IOC_CHANNEL_COUNT = 2
17+
BASE_RECORD_COUNT = 1
18+
BASE_IOC_CHANNEL_COUNT = BASE_ALIAS_COUNT + BASE_RECORD_COUNT
1919

2020

2121
def channel_match(channel0, channel1, properties_to_match: list[str]):

0 commit comments

Comments
 (0)