Skip to content

Commit

Permalink
[BEAM-13202] Fix typos on tests names for VarianceFnTest
Browse files Browse the repository at this point in the history
  • Loading branch information
iemejia committed Feb 15, 2022
1 parent 150e311 commit add7bbc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ public void testAddsInputToAccumulator() {
}

@Test
public void testCeatesAccumulatorCoder() {
public void testCreatesAccumulatorCoder() {
assertNotNull(varianceFn.getAccumulatorCoder(CoderRegistry.createDefault(), VarIntCoder.of()));
}

@Test
public void testReturnsOutput() {
public void testExtractsOutput() {
assertEquals(expectedExtractedResult, varianceFn.extractOutput(testAccumulatorInput));
}
}

0 comments on commit add7bbc

Please sign in to comment.