Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkandalov committed Oct 28, 2024
1 parent b37c69a commit b0f4b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/liveplugin/PluginUtilTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class PluginUtilTest {

asString(new IllegalStateException("message")).split(/\n/).toList().with {
assert get(0) == "java.lang.IllegalStateException: message"
assert get(1).startsWith("\tat java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance")
assert get(1).startsWith("\tat java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0")
}
}
}

0 comments on commit b0f4b59

Please sign in to comment.