Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymax25 committed Jan 9, 2022
1 parent d77104b commit d657d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projet/funprog-al/src/test/scala/progFun/ActionSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fr.esgi.al.funprog._

class ActionSpec extends AnyFunSuite {

test("Parse action") {
test("Parse action to action sub type-class") {
val actionStr = "A"
val action = Action(actionStr)

Expand Down

0 comments on commit d657d1c

Please sign in to comment.