Skip to content

Commit

Permalink
Merge pull request #591 from apache/test-rename
Browse files Browse the repository at this point in the history
Fix typo in filename
  • Loading branch information
leerho authored Aug 22, 2024
2 parents 3ee1750 + dcb07e4 commit e5f9dcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* Serialize binary sketches to be tested by C++ code.
* Test deserialization of binary sketches serialized by C++ code.
*/
public class BloomFilterCorssLanguageTest {
public class BloomFilterCrossLanguageTest {

@Test(groups = {GENERATE_JAVA_FILES})
public void generatBloomFilterBinariesForCompatibilityTesting() throws IOException {
Expand Down

0 comments on commit e5f9dcf

Please sign in to comment.