Skip to content

Commit

Permalink
Enable capture_log to make test output readable (#123)
Browse files Browse the repository at this point in the history
* Enable capture_log to make test output readable
  • Loading branch information
maennchen committed Dec 16, 2020
1 parent a294a31 commit d89a852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Code.require_file("test/support/uuid_with_custom_name_models.exs")

ExUnit.configure(seed: 0)

ExUnit.start()
ExUnit.start(capture_log: true)

0 comments on commit d89a852

Please sign in to comment.