Skip to content

Commit

Permalink
tests: use include instead of import in unit tests for prompt module
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 2800e6baecbbf4e0989d1e45855d83be9285b2b9e0f6e3e2443e24e8ea4b7437
  • Loading branch information
thindil committed Feb 1, 2024
1 parent fdf9912 commit 3413a0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/prompt.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import utils/utils
import ../src/[db, directorypath, prompt, resultcode]
import ../src/db
import unittest2
include ../src/prompt

suite "Unit tests for prompt module":

Expand Down

0 comments on commit 3413a0b

Please sign in to comment.