Skip to content

Commit

Permalink
test: adjust tests for previous refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Dec 4, 2023
1 parent 67d2f7d commit 26fa232
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/chisel/cmd_find_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ var findTests = []findTest{{
release: sampleRelease,
query: "foo_bar",
expSlices: nil,
}, {
summary: "Ensure error for nil release",
query: "foo",
expError: ".*invalid release",
}}

func (s *ChiselSuite) TestFindSlices(c *C) {
Expand Down

0 comments on commit 26fa232

Please sign in to comment.