Skip to content

Commit

Permalink
Merge branch 'main' into jsonpointer-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
blancks committed Nov 12, 2024
2 parents d5eff9c + 56aa710 commit 628b380
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/operations/MoveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ public function testGetOperation(): void

public function testValidateWithValidPatchObject(): void
{
$move = new Move();
$patch = (object) ['op' => 'move', 'path' => '/path/to/resource', 'from' => '/path/from/resource'];
$move->validate($patch);
$this->Operation->validate($patch);
$this->assertTrue(true);
}

Expand Down

0 comments on commit 628b380

Please sign in to comment.