Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jun 27, 2024
1 parent bae5076 commit 9eeb1aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/model/ooapi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ func TestOOAPIURLInfo(t *testing.T) {
t.Fatal("invalid Input")
}

if info.Options() != nil {
t.Fatal("invalid Options")
}

if info.String() != "https://www.facebook.com/" {
t.Fatal("invalid String")
}
Expand Down

0 comments on commit 9eeb1aa

Please sign in to comment.