Skip to content

Commit

Permalink
Merge pull request #54 from ergebnis/fix/typo
Browse files Browse the repository at this point in the history
Fix: Typo
  • Loading branch information
localheinz authored Mar 21, 2022
2 parents 6a3382c + 3407b6f commit 0e3afdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Unit/SpecificationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class SpecificationTest extends Framework\TestCase
{
use Test\Util\Helper;

public function testEqualsIsNotSatisifedByJsonPointerWhenJsonPointerDoesNotEqualOther(): void
public function testEqualsIsNotSatisfiedByJsonPointerWhenJsonPointerDoesNotEqualOther(): void
{
$jsonPointer = JsonPointer::fromJsonString('/foo/bar/baz');

Expand All @@ -41,7 +41,7 @@ public function testEqualsIsNotSatisifedByJsonPointerWhenJsonPointerDoesNotEqual
self::assertFalse($specification->isSatisfiedBy($jsonPointer));
}

public function testEqualsIsSatisifedByJsonPointerWhenJsonPointerEqualsOther(): void
public function testEqualsIsSatisfiedByJsonPointerWhenJsonPointerEqualsOther(): void
{
$jsonPointer = JsonPointer::fromJsonString('/foo/bar');

Expand Down

0 comments on commit 0e3afdc

Please sign in to comment.