Skip to content

Commit

Permalink
change test_case name
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartan09 committed Jan 18, 2024
1 parent 203efec commit 519c0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ func TestMuxHandlePatternValidation(t *testing.T) {
shouldPanic: true,
},
{
name: "Invalid pattern with method",
name: "Invalid pattern with supported method",
pattern: "GET/user/{id}",
shouldPanic: true,
},
Expand Down

0 comments on commit 519c0ae

Please sign in to comment.