Skip to content

Commit

Permalink
adjust test based on error msg (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sudz committed Mar 7, 2022
1 parent c00449c commit 44a745c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TypedFieldsTest extends WordSpec with Matchers {

"throw an exception if a field is not comparable" in {
val thrown = the[FlowException] thrownBy untypedJob()
thrown.getMessage shouldBe "local step failed"
thrown.getMessage should startWith("local step failed")
}

// Now run the typed fields version
Expand Down

0 comments on commit 44a745c

Please sign in to comment.