Skip to content

Commit

Permalink
Make sure the data base starts before running tests
Browse files Browse the repository at this point in the history
This ensures that the db is initialized before we run any tests. This
matters in a lot of topics that require the DB to be online
  • Loading branch information
mariari committed Dec 21, 2023
1 parent 73bfd7d commit 4704dcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Anoma.Mnesia.init()
ExUnit.start()

0 comments on commit 4704dcc

Please sign in to comment.