Skip to content

Commit

Permalink
Remove obsolete journal query for chip-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz committed Jul 3, 2024
1 parent e0d3a1e commit f229b90
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,8 +14,8 @@ func TestUpgrade(t *testing.T) {
t.Cleanup(func() {
utils.SnapRemove(nil, allClustersSnap)
utils.SnapDumpLogs(nil, start, allClustersSnap)

utils.SnapRemove(nil, chipToolSnap)
utils.SnapDumpLogs(nil, start, chipToolSnap)
})

// Start clean
Expand Down

0 comments on commit f229b90

Please sign in to comment.