Skip to content

Commit a744943

Browse files
committed
fix: os-agnostic test
1 parent 8e1d0db commit a744943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/config/utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func TestGetFilePath(t *testing.T) {
7777
}
7878

7979
expectedPath := filepath.Join(tempDir, DefinitionFile)
80-
assert.Equal(t, expectedPath, path)
80+
assert.Contains(t, path, expectedPath)
8181
})
8282
}
8383
}

0 commit comments

Comments
 (0)