We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0b945 commit 330081dCopy full SHA for 330081d
examples/testing/multi_frameworks_toolchain/example/ScalaTestExampleTest.scala
@@ -4,7 +4,7 @@ import org.scalatest.flatspec.AnyFlatSpec
4
import org.scalatest.matchers.must.Matchers
5
6
class ScalaTestExampleTest extends AnyFlatSpec with Matchers {
7
- "Exmaple" should "pass" in {
+ "Example" should "pass" in {
8
1 must be(1)
9
}
10
examples/testing/scalatest_repositories/example/ExampleTest.scala
class ExampleTest extends AnyFlatSpec with Matchers {
0 commit comments