Skip to content

Commit

Permalink
Use correct Test annotation (java-native-access#297)
Browse files Browse the repository at this point in the history
Motivation:

1a217e4 moved stuff over to junit5 but I missed one annotation

Modifications:

Use correct Test annotation and so switch to junit5 completely

Result:

Run all tests with junit5
  • Loading branch information
normanmaurer authored May 28, 2021
1 parent 2d51bf9 commit 3ee2360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/netty/incubator/codec/quic/QuicTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import io.netty.channel.ChannelOption;
import io.netty.util.AttributeKey;
import org.junit.Test;
import org.junit.jupiter.api.Test;

import java.util.HashMap;
import java.util.Map;
Expand Down

0 comments on commit 3ee2360

Please sign in to comment.