Skip to content

Commit 1a560f1

Browse files
committed
tests: re-enable fixture test
1 parent bb94c88 commit 1a560f1

File tree

3 files changed

+230
-312
lines changed

3 files changed

+230
-312
lines changed

check_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
// We count the number of suites run at least to get a vague hint that the
1414
// test suite is behaving as it should. Otherwise a bug introduced at the
1515
// very core of the system could go unperceived.
16-
const suitesRunExpected = 7
16+
const suitesRunExpected = 8
1717

1818
var suitesRun int = 0
1919

0 commit comments

Comments
 (0)