Skip to content

Commit

Permalink
Remove faulty test
Browse files Browse the repository at this point in the history
  • Loading branch information
enigmurl committed Oct 19, 2024
1 parent 6ae0a59 commit 7e39f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/lean4ij/MyPluginTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MyPluginTest : BasePlatformTestCase() {
fun testProjectService() {
val projectService = project.service<MyProjectService>()

assertNotSame(projectService.getRandomNumber(), projectService.getRandomNumber())
// assertNotSame(projectService.getRandomNumber(), projectService.getRandomNumber())
}

override fun getTestDataPath() = "src/test/testData/rename"
Expand Down

0 comments on commit 7e39f4b

Please sign in to comment.