Skip to content

Commit f69fc31

Browse files
committed
Re-add component/stop in bench tests
1 parent 00162e5 commit f69fc31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/lrsql/bench_test.clj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
(format "http://localhost:8080/admin/csv?token=%s&property-paths=%s"
111111
json-web-token*
112112
(u/url-encode [["id"] ["verb" "id"]]))
113-
;; Download CSV
113+
;; Download CSV
114114
start
115115
(jt/instant)
116116
{:keys [status] input-stream :body}
@@ -123,4 +123,5 @@
123123
num-statements
124124
t-diff)
125125
(is (= 200 status))
126-
(is (= (inc num-statements) res-count))))))))
126+
(is (= (inc num-statements) res-count))))))
127+
(component/stop sys')))

0 commit comments

Comments
 (0)