Skip to content

Commit dbf28e9

Browse files
authored
Update sort_spec.lua
1 parent 495b01c commit dbf28e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.spec/sorting/sort_spec.lua

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

0 commit comments

Comments
 (0)