Skip to content

Commit 4632a4e

Browse files
author
Justas Malinauskas
committed
Assert actual data values in UnitTests
1 parent 0dd834f commit 4632a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Query/MatchQueryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function testItBuildTheQueryWithBoolean(): void
5252
}
5353

5454

55-
public function testItBuildTheQueryWithIntefer(): void
55+
public function testItBuildTheQueryWithInteger(): void
5656
{
5757
$query = new MatchQuery('count', 1);
5858

0 commit comments

Comments
 (0)