Skip to content

Commit

Permalink
fix class names in example
Browse files Browse the repository at this point in the history
  • Loading branch information
nwokafor-choongsaeng committed Jan 20, 2023
1 parent 94370b3 commit 13cff65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/users-guide/morphir-scala-gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ testInput =
}
*/

object MorphirTests {
object GenericTest {
case class TestCase(input: Any, expectedOutput: Any, description: String)

val testCases : List[TestCase] = List(
Expand Down Expand Up @@ -96,7 +96,7 @@ testInput =
}
*/

class MorphirTests extends AnyFunSuite {
class ScalaTest extends AnyFunSuite {
test("testInput test1 - foo description") {
assertResult("Foo")("Foo")
}
Expand Down

0 comments on commit 13cff65

Please sign in to comment.