Skip to content

Commit

Permalink
Enable ConcreteExecutorTests.static interface method call test() (#220
Browse files Browse the repository at this point in the history
)
  • Loading branch information
IlyaMuravjov authored Dec 27, 2024
1 parent 4c77f96 commit b6daa22
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 b6daa22

Please sign in to comment.