Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make integration tests more enjoyable to use #19025

Merged
merged 14 commits into from
Mar 5, 2024
Merged
Prev Previous commit
Next Next commit
Log full keyword instead of just its name
  • Loading branch information
ilmotta committed Mar 5, 2024
commit 63dcf6e329c31c8ee21a4ddc5574a8eb26727ae1
2 changes: 1 addition & 1 deletion src/test_helpers/integration.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

(defn log-headline
[test-name]
(log/info (str "========= " (name test-name) " ==================")))
(log/info (str "==== " test-name " ====")))

(defn wait-for
([target-event-ids]
Expand Down