mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-16 11:42:52 +00:00
Fix or ignore build warnings in tests
This commit is contained in:
@@ -42,7 +42,7 @@ internal class VariableNameParserTests
|
||||
public void Invalid(string? input)
|
||||
{
|
||||
var parser = new VariableNameParser();
|
||||
Should.Throw<InvalidS7AddressException>(() => parser.Parse(input));
|
||||
Should.Throw<InvalidS7AddressException>(() => parser.Parse(input!));
|
||||
}
|
||||
|
||||
public static IEnumerable<TestCase> ValidTestCases()
|
||||
|
||||
Reference in New Issue
Block a user