Skip to content

Commit

Permalink
Revert time interval change.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Dec 15, 2023
1 parent cfb9d77 commit 5625d88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ final class PixelKitTests: XCTestCase {
timeMachine.travel(by: 60 * 60 * 10)
pixelKit.fire(event, frequency: .dailyOnly) // Skipped (10 hours since last fire)

timeMachine.travel(by: 60 * 60 * 24)
timeMachine.travel(by: 60 * 60 * 14)
pixelKit.fire(event, frequency: .dailyOnly) // Fired (24 hours since last fire)

// Wait for expectations to be fulfilled
Expand Down

0 comments on commit 5625d88

Please sign in to comment.