Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
brocollie08 committed Jul 12, 2024
1 parent 7f9da4b commit b92b16a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ActionUITest : AssetUITest("reference-assets") {
.perform(click())

currentState.shouldBePlayerState<CompletedState> {
assertEquals("DONE", endState.outcome)
assertEquals("done", endState.outcome)
}
}

Expand Down

0 comments on commit b92b16a

Please sign in to comment.