@@ -27,7 +27,7 @@ |
||
27 | 27 | $vote->checkCode('alreadyused'); |
28 | 28 | } |
29 | 29 | |
30 | - public function testCheckCodeInvalidUsedThrowException() |
|
30 | + public function testCheckCodeInvalidUsedThrowException() |
|
31 | 31 | { |
32 | 32 | $this->expectException(ApiException::class); |
33 | 33 | $this->expectExceptionMessage('Code invalidcode isn\'t valid.'); |