Skip to content

Commit

Permalink
Comment out unused portions
Browse files Browse the repository at this point in the history
dmikurube committed Sep 10, 2024
1 parent 018b87c commit 0ffc1c3
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -17,10 +17,10 @@
package org.embulk.junit5;

import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
// import org.junit.jupiter.api.extension.ExtendWith;

@ExtendWith(PluginClassLoaderExtension.class)
public class TestPluginClassLoaderExtension {
// @ExtendWith(EmbulkPluginClassLoaderExtension.class)
public class TestEmbulkPluginClassLoaderExtension {
@Test
public void test() {
System.out.println("fuga");
Original file line number Diff line number Diff line change
@@ -17,9 +17,9 @@
package org.embulk.junit5;

import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
// import org.junit.jupiter.api.extension.ExtendWith;

@ExtendWith(PluginTestInterceptorExtension.class)
// @ExtendWith(PluginTestInterceptorExtension.class)
public class TestPluginTestInterceptorExtension {
@Test
public void test() {

0 comments on commit 0ffc1c3

Please sign in to comment.