Skip to content

Commit

Permalink
Change test storage from List to class in Fix plugin
Browse files Browse the repository at this point in the history
What's done:
* Change test storage from List to class in plugin
Closes #221
  • Loading branch information
Cheshiriks committed Sep 3, 2021
1 parent fd649e4 commit 323ac80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class FixPluginTest {
useInternalRedirections = false
)
.discoverTestFiles(tmpDir)
.map { it as FixPlugin.Test }
.map { it.expected to it.test }
.map { it as FixPlugin.FixTestFiles }
.map { it.test to it.expected }
.toList()
}

0 comments on commit 323ac80

Please sign in to comment.