Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Jun 6, 2024
1 parent 1c7545f commit 6e71145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CliTests/Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public void TestNoRootGrammar()
var builder = new ParserBuilder();
var model = builder.CompileModel(grammar, "NoRootParser");
Check.That(model).Not.IsOkModel();
Check.That(model.Error).Contains("model have root rule !");
Check.That(model.Error).Contains("model have no root rule !");
}

[Fact]
Expand Down

0 comments on commit 6e71145

Please sign in to comment.