fixup! test: test it and fix it

This commit is contained in:
Oleksandr Smirnov 2025-03-22 13:08:06 +02:00
parent d629fe9282
commit 6dce63b3b1
No known key found for this signature in database

View file

@ -88,8 +88,7 @@ T["struct_tags"]["should add more than one tag"] = function()
end
T["struct_tags"]["should add tags on var"] = function()
-- local tmp = t.tmpfile()
local tmp = "/tmp/test.go"
local tmp = t.tmpfile()
local fixtures = t.get_fixtures "tags/var"
t.writefile(tmp, fixtures.input)