Skip to content

Commit

Permalink
Fix a typo in the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Dec 14, 2023
1 parent d135249 commit cfb9d77
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 * 14)
timeMachine.travel(by: 60 * 60 * 24)
pixelKit.fire(event, frequency: .dailyOnly) // Fired (24 hours since last fire)

// Wait for expectations to be fulfilled
Expand Down

0 comments on commit cfb9d77

Please sign in to comment.