Skip to content

Commit

Permalink
Clarify comment about ignoring errors during removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-canonical committed Aug 7, 2024
1 parent a040d0c commit 7dd9c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestUpgrade(t *testing.T) {
start := time.Now()

t.Cleanup(func() {
// Remove snaps, ignoring errors
// Remove snaps, ignoring errors during removal
utils.SnapRemove(nil, allClustersSnap)
utils.SnapRemove(nil, chipToolSnap)

Expand Down

0 comments on commit 7dd9c0f

Please sign in to comment.