Skip to content

Commit

Permalink
#55 - доработка теста
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepami committed Nov 3, 2024
1 parent 442dc4e commit ad75d5c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ function func(b: boolean) {
services => services.SetupInMemoryScript(script));
var code = runner.Invoke(fixture.InMemoryScript);
code.Should().Be(ExitCodes.HydraScriptError);
fixture.LogMessages.Should()
.Contain(x => x.Contains("Cannot assign void"));
}
}

0 comments on commit ad75d5c

Please sign in to comment.