Skip to content

Commit

Permalink
Fix up bad asserts.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 21, 2020
1 parent 87a13df commit 954d027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public function testGetProductConcreteIdsByProductListIds(): void

// Assert
$this->assertIsArray($productConcreteIds);
$this->assertEquals([$productTransfer->getIdProductConcrete()], $productConcreteIds);
$this->assertSame([$productTransfer->getIdProductConcrete()], $productConcreteIds);
}

/**
Expand Down

0 comments on commit 954d027

Please sign in to comment.