Skip to content

Commit 32a34ba

Browse files
committed
Removing extra not necessary assertion
1 parent 27458d5 commit 32a34ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/JsonMatcher/Matcher/TypeMatcherTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ public function test_positive_can_matches($pattern)
1212
{
1313
$matcher = new TypeMatcher();
1414
$this->assertTrue($matcher->canMatch($pattern));
15-
$this->assertTrue($matcher->canMatch('@string@'));
16-
$this->assertTrue($matcher->canMatch('@boolean@'));
1715
}
1816

1917
/**

0 commit comments

Comments
 (0)