There was an error while loading. Please reload this page.
1 parent 7f05782 commit 6d8fab4Copy full SHA for 6d8fab4
1 file changed
cmd/tokengen/main_test.go
@@ -42,9 +42,9 @@ func TestGenFullSuccess(t *testing.T) {
42
gt.Expect(err).NotTo(HaveOccurred())
43
defer gexec.CleanupBuildArtifacts()
44
45
- // tempOutput := t.TempDir()
46
- // defer utils.IgnoreErrorWithOneArg(os.RemoveAll, tempOutput)
47
- tempOutput := "./testdata"
+ tempOutput := t.TempDir()
+ defer utils.IgnoreErrorWithOneArg(os.RemoveAll, tempOutput)
+ // tempOutput := "./testdata"
48
testGenRun(
49
gt,
50
tokengen,
0 commit comments