Skip to content

Commit

Permalink
fix: test 2.3 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen authored Jun 6, 2024
1 parent 5dc5005 commit 2b6396f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/commands/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ Check Bundle:
}
}

func testBackport2(s string, t *testing.T) {
func testBackport3(s string, t *testing.T) {
t.Log(s)
}

func TestFlags(t *testing.T) {
testBackport2("pr2.1", t)
testBackport3("pr2.3", t)
type want struct {
format types.Format
severities []dbTypes.Severity
Expand Down

0 comments on commit 2b6396f

Please sign in to comment.