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_
128128 // ItemAttributeCollection
129129 $ item = $ this ->cart ->get (456 );
130130
131- $ this ->assertInstanceOf (\ Darryldecode \Cart \ItemAttributeCollection::class , $ item ->attributes );
131+ $ this ->assertInstanceOf (' Darryldecode\Cart\ItemAttributeCollection ' , $ item ->attributes );
132132
133133 // now lets update the item with its new attributes
134134 // 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_
140140 );
141141 $ this ->cart ->update (456 ,$ updatedItem );
142142
143- $ this ->assertInstanceOf (\ Darryldecode \Cart \ItemAttributeCollection::class , $ item ->attributes );
143+ $ this ->assertInstanceOf (' Darryldecode\Cart\ItemAttributeCollection ' , $ item ->attributes );
144144 }
145145
146146 public function test_cart_items_attributes ()
You can’t perform that action at this time.
0 commit comments