Skip to content

Commit

Permalink
Clean warnings (#96)
Browse files Browse the repository at this point in the history
* Remove deprecated use Config warn

* Avoid exceptions on console when testing

* Delete config file
  • Loading branch information
VitorTrin authored Jan 30, 2024
1 parent 4f73da7 commit 27a193f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions config/config.exs

This file was deleted.

2 changes: 1 addition & 1 deletion test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ExUnit.start()
ExUnit.start(capture_log: true)

0 comments on commit 27a193f

Please sign in to comment.