Skip to content

Commit 9ef581f

Browse files
committed
Fix test
1 parent 0a68b51 commit 9ef581f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Tests/PointOfSaleTests/Controllers/PointOfSaleObservableItemsControllerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ final class PointOfSaleObservableItemsControllerTests {
252252

253253
dataSource.productItems = []
254254
dataSource.isLoadingProducts = false
255-
dataSource.error = NSError(domain: "test", code: 1)
255+
dataSource.productError = NSError(domain: "test", code: 1)
256256

257257
// When
258258
await sut.loadItems(base: .root)

0 commit comments

Comments
 (0)