Skip to content

Commit

Permalink
chore: fix test text grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Sep 25, 2022
1 parent c397c69 commit 0690d2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ModeTriggerUseCaseSpec extends AnyFlatSpec with Diagrams with MockFactory
assert(useCase.findEnabled.isEmpty)
}

it should "find nothing when all ModeTriggers are in the past but doesn't contains the WeekOfDay" in {
it should "find nothing when all ModeTriggers are in the past but doesn't contain the WeekOfDay" in {
val list = List(ModeTrigger(GameMode.Survival, Set(DayOfWeek.SUNDAY), LocalTime.of(12, 0)))
(() => mockRepo.list).expects().returning(list)
(() => mockClock.time).expects().returning(LocalTime.of(13, 0)).once()
Expand Down

0 comments on commit 0690d2d

Please sign in to comment.