Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisonchao committed Jul 25, 2023
1 parent 143d246 commit 9854cdb
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().isPresent());
Assert.assertFalse(load.get().isPresent());
}
}
} finally {
Expand Down

0 comments on commit 9854cdb

Please sign in to comment.