Skip to content

Commit b6c98e9

Browse files
authored
Update sort_spec.lua
1 parent b73ddb6 commit b6c98e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.spec/sorting/sort_spec.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,5 @@ describe("Bogosort", function()
7676
check_sort(require("sorting.bogosort"), 5)
7777
end)
7878
describe("Countingsort", function()
79-
local countingsort = require("sorting.countingsort")
80-
check_sort(countingsort, nil, true)
79+
check_sort(require("sorting.countingsort"), nil, true)
8180
end)

0 commit comments

Comments
 (0)