Skip to content

Commit f63cee9

Browse files
authored
fix: cicd test (#986)
1 parent 9d52051 commit f63cee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/supertokens/test/multitenant/LogTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public void testLogThatEachLineIsUniqueOnStartup() throws Exception {
146146
uniqueLines.add(line);
147147
}
148148

149-
assertEquals(uniqueLines.size(), lines.length);
149+
assertEquals(uniqueLines.size(), lines.length - 1); // we have 1 repeating line which initialises connection pool
150150

151151
assertEquals(7, Multitenancy.getAllTenants(process.getProcess()).length);
152152

0 commit comments

Comments
 (0)