Skip to content

Commit

Permalink
tests: use include instead of import in unit tests for output module
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 5677d2f07aa07de42411adb87a9547b08652efa6bd8b383c2f6c09e836e5d9e7
  • Loading branch information
thindil committed Feb 1, 2024
1 parent 116bfe7 commit fdf9912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/output.nim
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
when defined(testInput):
import std/tables
import utils/utils
import ../src/[db, output, resultcode]
import ../src/db
import unittest2
include ../src/output

suite "Unit tests for output module":

Expand Down

0 comments on commit fdf9912

Please sign in to comment.