Skip to content

Commit

Permalink
MINOR: Fix test name typo in StoresTest (#8006)
Browse files Browse the repository at this point in the history
Reviewers: Ron Dagostino <rdagostinoconfluent.io>, Ismael Juma <[email protected]>
  • Loading branch information
highluck authored Mar 2, 2020
1 parent c07db1c commit 285ad85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public void shouldBuildTimestampedWindowStoreThatWrapsWindowStore() {
}

@Test
public void shouldBuildTimestampedWindowStoreThatWrapsInMemroyWindowStore() {
public void shouldBuildTimestampedWindowStoreThatWrapsInMemoryWindowStore() {
final TimestampedWindowStore<String, String> store = Stores.timestampedWindowStoreBuilder(
Stores.inMemoryWindowStore("store", ofMillis(3L), ofMillis(3L), true),
Serdes.String(),
Expand Down

0 comments on commit 285ad85

Please sign in to comment.