Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Aug 30, 2020
1 parent 549592f commit 98baf20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ interface ReorderMethodArgumentsTest {
.whenVisitedByMany { cu ->
val foos = cu.findMethodCalls("a.A foo(..)")
listOf(
ChangeLiteral(foos[0].args.args.first()) { "anotherstring" },
ChangeLiteral.Scoped(foos[0].args.args.first()) { "anotherstring" },
ReorderMethodArguments.Scoped(foos[0], arrayOf("n", "m", "s"), arrayOf())
)
}
Expand Down

0 comments on commit 98baf20

Please sign in to comment.