Skip to content

Commit 38feff3

Browse files
authored
prevent StackOverflowError error
when calling `with-subsystem-fixture`
1 parent 8f0ffe9 commit 38feff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/edge.test-utils/src/edge/test/system.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
(defn with-subsystem-fixture
3434
([ks]
35-
(with-subsystem-fixture default-system))
35+
(with-subsystem-fixture default-system ks))
3636
([system ks]
3737
(fn [f]
3838
(with-system (system) ks

0 commit comments

Comments
 (0)