Skip to content

Commit

Permalink
maybe fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Jul 22, 2024
1 parent 733d664 commit ef20b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NudgeTests/NudgeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class NudgeTests: XCTestCase {
XCTAssertEqual(
coerceStringToDate(dateString: "2022-02-01T00:00:00Z"),
AppStateManager().gracePeriodLogic(
currentDate: coerceStringToDate(dateString: "2022-01-01T00:30:00Z"),
currentDate: coerceStringToDate(dateString: "2022-01-15T00:00:00Z"),
testFileDate: coerceStringToDate(dateString: "2022-01-01T00:00:00Z")
)
)
Expand Down

0 comments on commit ef20b11

Please sign in to comment.