Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit fd31892

Browse files
committed
Fix no new variables error
1 parent 48dc900 commit fd31892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
t.Fatal(err)
3838
}
3939

40-
_, err := w.Up(filePath, "", "test1", "")
40+
_, err = w.Up(filePath, "", "test1", "")
4141
if err != nil {
4242
t.Fatal(err)
4343
}

0 commit comments

Comments
 (0)