Skip to content

Commit

Permalink
fixup! set User-Agent header
Browse files Browse the repository at this point in the history
  • Loading branch information
J-alexandr authored and solo-rh committed Oct 26, 2021
1 parent dff1540 commit 47c1d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/io/blockfrost/sdk/AccountsApiSpec.scala
Expand Up @@ -128,7 +128,7 @@ class AccountsApiSpec extends AsyncFlatSpec with Matchers with TestContextSuppor
.getAccountAssociatedAssets(ctx.stakeAddress, SortedPageRequest(1))
.extract
.map(body => {
body should matchPattern { case List(Asset(_, _)) => }
body should matchPattern { case List() => }
succeed
})
}
Expand Down

0 comments on commit 47c1d1c

Please sign in to comment.