From 6dce63b3b11418d340fd771e745fd3b3c61c04e6 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Sat, 22 Mar 2025 13:08:06 +0200 Subject: [PATCH] fixup! test: test it and fix it --- spec/integration/struct_tags_test.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/integration/struct_tags_test.lua b/spec/integration/struct_tags_test.lua index e5e773d..6c09eac 100644 --- a/spec/integration/struct_tags_test.lua +++ b/spec/integration/struct_tags_test.lua @@ -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)