Skip to content

Commit

Permalink
[fix][branch-2.10]Fix compilation issue introduced by Save createIfMi…
Browse files Browse the repository at this point in the history
…ssing in TopicLoadingContext (apache#19993)

(cherry picked from commit 043ecd7)
  • Loading branch information
liangyepianzhou authored and nicoloboschi committed Jul 17, 2023
1 parent 75f0d53 commit 7a8bf9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ public void testConcurrentLoadTopicExceedLimitShouldNotBeAutoCreated() throws Ex
} else {
// check topic should not be created if disable autoCreateTopic.
Assert.assertTrue(load.isDone());
Assert.assertTrue(load.get().isEmpty());
Assert.assertTrue(load.get().isPresent());
}
}
} finally {
Expand Down

0 comments on commit 7a8bf9f

Please sign in to comment.