We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e5284 commit 495b01cCopy full SHA for 495b01c
.spec/sorting/sort_spec.lua
@@ -76,6 +76,5 @@ describe("Bogosort", function()
76
check_sort(require("sorting.bogosort"), 5)
77
end)
78
describe("Countingsort", function()
79
- local countingsort = require("sorting.countingsort")
80
- check_sort(require(countingsort()), nil, true)
+ check_sort(require("sorting.countingsort"), nil, true)
81
0 commit comments