Skip to content

Commit

Permalink
Ensure that at least RustlerTest can be loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Aug 4, 2024
1 parent 26710a9 commit 05a86e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rustler_tests/test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Raise an error if RustlerTest can't be loaded
Code.ensure_loaded!(RustlerTest)

ExUnit.start()

defmodule SerdeRustlerTests.Helpers do
Expand Down

0 comments on commit 05a86e1

Please sign in to comment.