Skip to content

Commit

Permalink
[tmp] Failure test to check xcpretty behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
andooown committed Sep 4, 2023
1 parent fcd6b2b commit 20e047e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ChartCoreTests/ChartContextTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class ChartContextTests: XCTestCase {
XCTAssertEqual(
makeContext([
OptionalEntry(x: 0, y: nil),
OptionalEntry(x: 1, y: nil),
OptionalEntry(x: 1, y: 100),
OptionalEntry(x: 2, y: nil),
])
.transformEntries(translate),
Expand Down

0 comments on commit 20e047e

Please sign in to comment.