File tree Expand file tree Collapse file tree
messaging/messaging/src/test/java/io/helidon/messaging Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2020, 2021 Oracle and/or its affiliates.
2+ * Copyright (c) 2020, 2022 Oracle and/or its affiliates.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
4040import static org .hamcrest .Matchers .equalTo ;
4141import static org .hamcrest .Matchers .is ;
4242import static org .junit .jupiter .api .Assertions .assertThrows ;
43- import static org .junit .jupiter .api .Assertions .assertTrue ;
4443
4544public class MessagingTest {
4645
@@ -488,6 +487,6 @@ void connectorsTypeTest() throws InterruptedException {
488487 .start ();
489488
490489 testData .assertEquals ();
491- assertTrue (TestConnector .latch .await (500 , TimeUnit .MILLISECONDS ));
490+ assertThat (TestConnector .latch .await (500 , TimeUnit .MILLISECONDS ), is ( true ));
492491 }
493492}
You can’t perform that action at this time.
0 commit comments