switch to junit 5 (#7799)

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
pull/7779/merge
Sally MacFarlane 1 month ago committed by GitHub
parent b23fd78da2
commit 653ebcbd70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      acceptance-tests/dsl/src/main/java/org/hyperledger/besu/tests/acceptance/dsl/condition/blockchain/ExpectBlockNotCreated.java

@ -14,7 +14,7 @@
*/
package org.hyperledger.besu.tests.acceptance.dsl.condition.blockchain;
import static junit.framework.TestCase.fail;
import static org.junit.jupiter.api.Assertions.fail;
import org.hyperledger.besu.tests.acceptance.dsl.condition.Condition;
import org.hyperledger.besu.tests.acceptance.dsl.node.Node;

Loading…
Cancel
Save