File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ public function test_cart_update_with_attribute_then_attributes_should_be_still_
128
128
// ItemAttributeCollection
129
129
$ item = $ this ->cart ->get (456 );
130
130
131
- $ this ->assertInstanceOf (\ Darryldecode \Cart \ItemAttributeCollection::class , $ item ->attributes );
131
+ $ this ->assertInstanceOf (' Darryldecode\Cart\ItemAttributeCollection ' , $ item ->attributes );
132
132
133
133
// now lets update the item with its new attributes
134
134
// when we get that item from cart, it should still be an instance of ItemAttributeCollection
@@ -140,7 +140,7 @@ public function test_cart_update_with_attribute_then_attributes_should_be_still_
140
140
);
141
141
$ this ->cart ->update (456 ,$ updatedItem );
142
142
143
- $ this ->assertInstanceOf (\ Darryldecode \Cart \ItemAttributeCollection::class , $ item ->attributes );
143
+ $ this ->assertInstanceOf (' Darryldecode\Cart\ItemAttributeCollection ' , $ item ->attributes );
144
144
}
145
145
146
146
public function test_cart_items_attributes ()
You can’t perform that action at this time.
0 commit comments