Skip to content

Commit 330081d

Browse files
authored
fix typo in example tests (Exmaple => Example) (#1553)
1 parent 2e0b945 commit 330081d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/testing/multi_frameworks_toolchain/example/ScalaTestExampleTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.scalatest.flatspec.AnyFlatSpec
44
import org.scalatest.matchers.must.Matchers
55

66
class ScalaTestExampleTest extends AnyFlatSpec with Matchers {
7-
"Exmaple" should "pass" in {
7+
"Example" should "pass" in {
88
1 must be(1)
99
}
1010
}

examples/testing/scalatest_repositories/example/ExampleTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.scalatest.flatspec.AnyFlatSpec
44
import org.scalatest.matchers.must.Matchers
55

66
class ExampleTest extends AnyFlatSpec with Matchers {
7-
"Exmaple" should "pass" in {
7+
"Example" should "pass" in {
88
1 must be(1)
99
}
1010
}

0 commit comments

Comments
 (0)