Skip to content

Commit

Permalink
Adding more context to the new unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
atmamont committed Sep 27, 2024
1 parent 4d706df commit 2a2a3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UnitTests/Core/ListItemTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import XCTest
@testable @_spi(AdyenInternal) import Adyen

final class ListItemTests: XCTestCase {
// Checks COIOS-797 fix
// Checks COIOS-797: NSInternalInconsistencyException 1008: Item identifiers are not unique
func test_listItem_isAlwaysUnique() {
let item1 = ListItem(title: "Test title 11", icon: .dummy(), trailingText: "Text")
let item2 = ListItem(title: "Test title 11", icon: .dummy(), trailingText: "Text")
Expand Down

0 comments on commit 2a2a3d7

Please sign in to comment.