File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
jfr-events/src/test/java/io/opentelemetry/contrib/jfrevent Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
package io .opentelemetry .contrib .jfrevent ;
7
7
8
- import static org .assertj .core .api .AssertionsForInterfaceTypes .assertThat ;
8
+ import static org .assertj .core .api .Assertions .assertThat ;
9
9
10
10
import io .opentelemetry .api .trace .Span ;
11
11
import io .opentelemetry .api .trace .Tracer ;
@@ -52,7 +52,7 @@ void tearDown() {
52
52
* @throws java.io.IOException on io error
53
53
*/
54
54
@ Test
55
- public void basicSpan () throws IOException {
55
+ void basicSpan () throws IOException {
56
56
Path output = Files .createTempFile ("test-basic-span" , ".jfr" );
57
57
58
58
try {
@@ -89,7 +89,7 @@ public void basicSpan() throws IOException {
89
89
* @throws java.lang.InterruptedException interrupted sleep
90
90
*/
91
91
@ Test
92
- public void basicSpanWithScope () throws IOException , InterruptedException {
92
+ void basicSpanWithScope () throws IOException , InterruptedException {
93
93
Path output = Files .createTempFile ("test-basic-span-with-scope" , ".jfr" );
94
94
95
95
try {
You can’t perform that action at this time.
0 commit comments