Skip to content

Commit

Permalink
Add err message to upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Oct 24, 2023
1 parent 0fd1194 commit 81663ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/agent/application/upgrade/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func Test_CopyFile(t *testing.T) {
}

err := copyDir(l, tc.From, tc.To, tc.IgnoreErr)
require.Equal(t, tc.ExpectedErr, err != nil)
require.Equal(t, tc.ExpectedErr, err != nil, err)
})
}
}
Expand Down

0 comments on commit 81663ed

Please sign in to comment.