Skip to content

Commit

Permalink
tests: use include instead of import in unit tests for themeinit module
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 8203ddcb40b9a61fbd2972523a005fd6c5b9c488e4367c4a8825b9869c35adac
  • Loading branch information
thindil committed Feb 2, 2024
1 parent e3a0f4e commit cb4d0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/themeinit.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import std/tables
import ../src/[commandslist, db, resultcode, themeinit]
import utils/utils
import unittest2
import ../src/db
include ../src/themeinit

suite "Unit tests for themeinit module":

Expand Down

0 comments on commit cb4d0b5

Please sign in to comment.