We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b23e3 commit dc21aa8Copy full SHA for dc21aa8
src/test/scala/com/codacy/client/bitbucket/v2/UserSpecs.scala
@@ -200,7 +200,7 @@ class UserSpecs extends FlatSpec with Matchers with Inside {
200
uuid shouldBe "{c19f822b-0e29-433a-87a5-ec8ace58aa67}"
201
display_name shouldBe "João Lopes"
202
nickname shouldBe "jllopes"
203
- avatarUrl.get shouldBe "https://bitbucket.org/account/jllopes/avatar/"
+ avatarUrl shouldBe Some("https://bitbucket.org/account/jllopes/avatar/")
204
}
205
)
206
0 commit comments