File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Modules/Tests/YosemiteTests/PointOfSale Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ struct GRDBObservableDataSourceTests {
3535 #expect( sut. isLoadingVariations == false )
3636 #expect( sut. hasMoreProducts == false )
3737 #expect( sut. hasMoreVariations == false )
38- #expect( sut. error == nil )
38+ #expect( sut. productError == nil )
39+ #expect( sut. variationError == nil )
3940 }
4041
4142 @Test ( " Load products sets loading state and fetches items from database " )
@@ -51,7 +52,7 @@ struct GRDBObservableDataSourceTests {
5152 // Then
5253 #expect( sut. productItems. count == 3 )
5354 #expect( sut. isLoadingProducts == false )
54- #expect( sut. error == nil )
55+ #expect( sut. productError == nil )
5556 }
5657
5758 @Test ( " Load products maps database products to POSItems correctly " )
You can’t perform that action at this time.
0 commit comments