Skip to content

Commit

Permalink
test: remove test cross pollination
Browse files Browse the repository at this point in the history
  • Loading branch information
InnovativeUS committed Nov 27, 2024
1 parent 7304a2c commit 5754110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sip/parse_uri_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func TestParseUri(t *testing.T) {
})

t.Run("sip case insensitive", func(t *testing.T) {
uri = Uri{}
testCases := []string{
"sip:[email protected]",
"SIP:[email protected]",
Expand Down

0 comments on commit 5754110

Please sign in to comment.