Skip to content

Commit 2d1e479

Browse files
kennethkalmersuperstructor
authored andcommitted
fix: regression in async tests
1 parent faf1275 commit 2d1e479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/day8/re_frame/http_fx_test.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
:uri "https://api.github.com/rate_limit"
9999
:timeout 5000
100100
:response-format (ajax/json-response-format {:keywords? true})
101-
:on-request [::on-http-request "my-id"]
101+
:on-request [::on-http-request done "my-id"]
102102
:on-success [::good-http-result done "test-token1"]
103103
:on-failure [::bad-http-result done "test-token1"]}])))
104104

0 commit comments

Comments
 (0)