Skip to content

Commit

Permalink
Fix test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed May 5, 2021
1 parent fbcf2a8 commit da78c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/Cache/Handlers/BaseHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function testValidateKeyInvalidType($input)
$this->expectException('InvalidArgumentException');
$this->expectExceptionMessage('Cache key must be a string');

BaseHandler::validateKey(false);
BaseHandler::validateKey($input);
}

public function invalidTypeProvider(): array
Expand Down

0 comments on commit da78c7f

Please sign in to comment.