Skip to content

Commit 3402011

Browse files
committed
fix version upgrade test
1 parent ac61a7e commit 3402011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/upgrade/upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func TestExamplesForV4(t *testing.T) {
176176
if !example.IsDir() {
177177
continue
178178
}
179-
if strings.HasSuffix(example.Name(), "_v4") {
179+
if !strings.HasSuffix(example.Name(), "_v4") {
180180
continue
181181
}
182182
t.Run(example.Name(), func(t *testing.T) {

0 commit comments

Comments
 (0)