Skip to content

Commit 3f4c889

Browse files
Fix tests
1 parent 0f0143b commit 3f4c889

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/DataTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,8 @@ protected function dataClass(): string
680680
/** @test */
681681
public function it_always_validates_requests_when_passed_to_the_from_method()
682682
{
683+
RequestData::clear();
684+
683685
try {
684686
RequestData::from(new Request());
685687
} catch (ValidationException $exception) {

0 commit comments

Comments
 (0)