Skip to content

Commit

Permalink
Update BloomFilterCrossLanguageTest.java
Browse files Browse the repository at this point in the history
Silly me. Gotta rename the class in java, too, not just the file.
  • Loading branch information
jmalkin authored Aug 22, 2024
1 parent 9f77b60 commit dcb07e4
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 dcb07e4

Please sign in to comment.