Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Jul 1, 2024
1 parent 0f1d4be commit fff9bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/LeafKitTests/TagTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class TagTests: XCTestCase {
"""

let expectedNewYork = """
The date is 2020-11-09T07:30
The date is 2020-11-09T09:30
"""

try XCTAssertEqual(render(templateNewYork, ["now": .int(now)]), expectedNewYork)
Expand All @@ -226,7 +226,7 @@ class TagTests: XCTestCase {
"""

let expectedCalifornia = """
The date is 2020-11-09T04:30
The date is 2020-11-09T06:30
"""

try XCTAssertEqual(render(templateCalifornia, ["now": .int(now)]), expectedCalifornia)
Expand Down

0 comments on commit fff9bec

Please sign in to comment.