Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
jjatie committed Apr 13, 2019
1 parent 3c88509 commit 022826e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Charts/EquatableTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class EquatableTests: XCTestCase {
let data1 = NSObject()
let data2 = NSObject()
let entry1 = ChartDataEntry(x: 5, y: 3, icon: image, data: data1)
let entry2 = ChartDataEntry(x: 5, y: 3, icon: image, data: data2)
let entry2 = ChartDataEntry(x: 5, y: 9, icon: image, data: data2)

XCTAssertFalse(entry1 == entry2)
}
Expand Down

0 comments on commit 022826e

Please sign in to comment.