Skip to content

Commit

Permalink
finally...
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsax committed Jan 23, 2025
1 parent aef4458 commit 5549d03
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ public void globalKeyValueStoreShouldBeReadOnly() {

@Test
public void globalTimestampedKeyValueStoreShouldBeReadOnly() {
foreachSetUp();

when(stateManager.taskType()).thenReturn(TaskType.ACTIVE);
when(stateManager.globalStore(anyString())).thenReturn(null);

Expand Down Expand Up @@ -708,8 +706,6 @@ public void shouldMatchStreamTime() {

@Test
public void shouldAddAndGetProcessorKeyValue() {
foreachSetUp();

when(stateManager.taskType()).thenReturn(TaskType.ACTIVE);

context = buildProcessorContextImpl(streamsConfig, stateManager);
Expand Down

0 comments on commit 5549d03

Please sign in to comment.