Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkb7 committed Nov 5, 2024
1 parent ab40cbf commit fdf2bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new-e2e/tests/windows/install-test/installtester.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ func (t *Tester) testCurrentVersionExpectations(tt *testing.T) {

tt.Run("removes embedded extraction artifacts", func(tt *testing.T) {
paths := []string{
filepath.Join(t.expectedInstallPath, "embedded3"),
filepath.Join(t.expectedInstallPath, "embedded3.COMPRESSED"),
filepath.Join(t.expectedInstallPath, "bin", "7zr.exe"),
}
for _, path := range paths {
Expand Down

0 comments on commit fdf2bdc

Please sign in to comment.