Skip to content

Commit

Permalink
fix TestBasePathComputingWithBasePathSetInConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
haitham911 committed Feb 7, 2025
1 parent 4b691f9 commit 23b4305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/base_path_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ func TestBasePathComputingWithBasePathSetInConfiguration(t *testing.T) {
configLoader.atmosConfig.BasePath = "sub-dir"
result, err = configLoader.BasePathComputing(info)
assert.NoError(t, err)
assert.Contains(t, expectedPath, result)
assert.Contains(t, result, expectedPath)
}

0 comments on commit 23b4305

Please sign in to comment.