File tree 1 file changed +3
-2
lines changed
src/test/unit/groovy/org/openstreetmap/josm/plugins/scripting/graalvm/api 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
package org.openstreetmap.josm.plugins.scripting.graalvm.api
2
2
3
3
import org.junit.jupiter.api.BeforeAll
4
+ import org.junit.jupiter.api.BeforeEach
4
5
import org.junit.jupiter.api.Test
5
6
import org.openstreetmap.josm.plugins.scripting.graalvm.AbstractGraalVMBasedTest
6
7
import org.openstreetmap.josm.plugins.scripting.graalvm.esmodule.ESModuleResolver
@@ -10,8 +11,8 @@ class APIV3FunctionalTest extends AbstractGraalVMBasedTest{
10
11
11
12
static private ESModuleResolver resolver
12
13
13
- @BeforeAll
14
- static void setupResolverAndContext () {
14
+ @BeforeEach
15
+ void setupResolverAndContext () {
15
16
resolver = ESModuleResolver . instance
16
17
final repo = new FileSystemESModuleRepository (new File (
17
18
getProjectHome(),
You can’t perform that action at this time.
0 commit comments