Skip to content

Commit

Permalink
Handle edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Husky22 committed Dec 26, 2024
1 parent b151e4d commit 924c791
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,9 @@ class SttpMockServerClientSpec extends AnyFlatSpec with Matchers with BeforeAndA

val s = actual match {
case Success(Value(Right(v))) => v
case _ => fail(s"Response doesnt have correct structure: ${actual}")
}
// Tests failed when unwrapping in shouldEqual - ScalaTest fails to compare wrapped byteArrays
// Tests failed when unwrapping in shouldEqual - ScalaTest fails to compare wrapped byteArrays

s shouldEqual sampleOut
}
Expand Down

0 comments on commit 924c791

Please sign in to comment.