Skip to content

Commit

Permalink
[ci skip] Fix Typo in firechip/src/test/scala/ScalaTestSuite.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Abraham Gonzalez <abe.j.gonza@gmail.com>
  • Loading branch information
davidbiancolin and abejgonzalez authored Dec 13, 2020
1 parent 8f1e209 commit 1bd5144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/firechip/src/test/scala/ScalaTestSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ abstract class FireSimTestSuite(
def runTest(backend: String, name: String, debug: Boolean, additionalArgs: Seq[String] = Nil) = {
compileMlSimulator(backend, debug)
if (isCmdAvailable(backend)) {
it should s"pass in ML simualtion on ${backend}" in {
it should s"pass in ML simulation on ${backend}" in {
assert(invokeMlSimulator(backend, name, debug, additionalArgs) == 0)
}
}
Expand Down

0 comments on commit 1bd5144

Please sign in to comment.