Skip to content

Commit

Permalink
Enable ConcreteExecutorTests.static interface method call test()
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaMuravjov committed Oct 28, 2024
1 parent 158ad96 commit 52730db
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ class ConcreteExecutorTests: UTestConcreteExecutorTest() {
}

@Test
@Disabled
fun `static interface method call test`() = executeTest {
val uTest = UTestCreator.StaticInterfaceMethodCall.callStaticInterfaceMethod(jcClasspath)
val res = uTestConcreteExecutor.executeAsync(uTest)
Expand Down Expand Up @@ -288,4 +287,4 @@ class ConcreteExecutorTests: UTestConcreteExecutorTest() {
assertContains(res.resultState.statics.keys.map { it.name }, "STATIC_FIELD")
}

}
}

0 comments on commit 52730db

Please sign in to comment.