Skip to content

Commit

Permalink
tests: fixed the name of tests for suggestion module
Browse files Browse the repository at this point in the history
FossilOrigin-Name: fc481a437d86a32b1dab770669bd5edd7e112beabb7bfa110f390ab64726eace
  • Loading branch information
thindil committed Dec 25, 2023
1 parent 6096144 commit e64dd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suggestion.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ../src/[commandslist, lstring, suggestion]
import utils/utils
import unittest2

suite "Unit tests for aliases module":
suite "Unit tests for suggestion module":

checkpoint "Initializing the tests"
let db = initDb("test14.db")
Expand Down

0 comments on commit e64dd51

Please sign in to comment.