Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 committed Jun 21, 2018
1 parent 026d95b commit d3be857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class MacrosSuite extends FunSuite with BeforeAndAfterAll {
)

for (idx <- input.indices) {
val result = CToScalaUtils.argumentCleaner(input(idx), "org.apache.mxnet.Symbol")
val result = CToScalaUtils.argumentCleaner("Sample", input(idx), "org.apache.mxnet.Symbol")
assert(result._1 === output(idx)._1 && result._2 === output(idx)._2)
}
}
Expand Down

0 comments on commit d3be857

Please sign in to comment.