spec/util_human_io_spec.lua
changeset 13200 eca44e058eed
parent 13058 f4d7fe919969
child 13201 6beec4de8e63
--- a/spec/util_human_io_spec.lua	Sun Jul 16 18:33:53 2023 +0200
+++ b/spec/util_human_io_spec.lua	Sun Jul 16 18:42:58 2023 +0200
@@ -45,7 +45,7 @@
 
 	describe("parse_duration", function ()
 		local function test(expected, duration)
-			assert.equal(expected, human_io.parse_duration(duration));
+			return assert.equal(expected, human_io.parse_duration(duration));
 		end
 		it("works", function ()
 			test(1, "1s");