We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00162e5 commit f69fc31Copy full SHA for f69fc31
src/test/lrsql/bench_test.clj
@@ -110,7 +110,7 @@
110
(format "http://localhost:8080/admin/csv?token=%s&property-paths=%s"
111
json-web-token*
112
(u/url-encode [["id"] ["verb" "id"]]))
113
- ;; Download CSV
+ ;; Download CSV
114
start
115
(jt/instant)
116
{:keys [status] input-stream :body}
@@ -123,4 +123,5 @@
123
num-statements
124
t-diff)
125
(is (= 200 status))
126
- (is (= (inc num-statements) res-count))))))))
+ (is (= (inc num-statements) res-count))))))
127
+ (component/stop sys')))
0 commit comments