Skip to content

Commit

Permalink
tests: use include instead of import in unit tests for history module
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 030146b933fc7cd8219ee5fb6c9d30875d1308eda4fd2b7a180dc53520c00c0e
  • Loading branch information
thindil committed Jan 31, 2024
1 parent 607b681 commit c2a23a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/history.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import std/tables
import utils/utils
import ../src/[commandslist, db, history, resultcode]
import ../src/db
import unittest2
include ../src/history

suite "Unit tests for history module":

Expand Down

0 comments on commit c2a23a2

Please sign in to comment.