Skip to content

Commit

Permalink
Remove duplicate test code
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenRtbg authored and cweiske committed Sep 8, 2024
1 parent 959c4c4 commit 53e106a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/SimpleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ public function testMapSimpleNullableNull()
new JsonMapperTest_Simple()
);
$this->assertNull($sn->pnullable);
$this->assertEquals(null, $sn->pnullable);
}

/**
Expand Down

0 comments on commit 53e106a

Please sign in to comment.