Skip to content

Commit

Permalink
test: fix sealed test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Mar 20, 2024
1 parent c9edc04 commit 3c09ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Sealed/SealedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function testUnsealEventResponseWithNotCompressedSealedResult()

$actualError = $error->getPrevious();

$this->assertEquals("gzinflate(): data error", $actualError->getMessage());
$this->assertInstanceOf(DecompressionException::class, $actualError);
}
}

Expand Down

0 comments on commit 3c09ff4

Please sign in to comment.