Update ProjectNameValidation_Tests.cs

pull/10092/head
Yunus Emre Kalkan 4 years ago
parent a01140f531
commit d2dc246ab7

@ -58,6 +58,9 @@ namespace Volo.Abp.Cli
{
var args = new CommandLineArgs("new", illegalKeyword);
await _newCommand.ExecuteAsync(args).ShouldThrowAsync<CliUsageException>();
args = new CommandLineArgs("new", "Acme." + illegalKeyword);
await _newCommand.ExecuteAsync(args).ShouldThrowAsync<CliUsageException>();
}
}

Loading…
Cancel
Save