Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dubinka94 committed Jan 21, 2025
1 parent ec302fd commit 5e7eec6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class JsLookupSpec extends AnyWordSpec with Matchers {
}

"return None when calling asOpt on JsUndefined" in {
result.asOpt[Int] mustEqual None
result.asOpt[Int].mustEqual(None)
}
}
}

0 comments on commit 5e7eec6

Please sign in to comment.