Skip to content

Commit

Permalink
Reproduce manual match bug
Browse files Browse the repository at this point in the history
  • Loading branch information
simonstratmann committed Mar 14, 2024
1 parent eeaf001 commit 96f5432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/sync/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func TestNewSyncItem(t *testing.T) {
},
},
evt: filemon.Events{
Added: []string{"index.html"},
Added: []string{"someOtherFile.txt", "index.html"},
},
expected: &Item{
Image: "test:123",
Expand Down

0 comments on commit 96f5432

Please sign in to comment.