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 9726bba commit 457bd31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ class FixPlugin(
* @property test test file
* @property expected expected file
*/
class FixTestFiles(override val test: Path, val expected: Path) : TestFiles
data class FixTestFiles(override val test: Path, val expected: Path) : TestFiles
}

0 comments on commit 457bd31

Please sign in to comment.