dotnet: fix typo in name of web test

This commit is contained in:
David McFarland 2024-04-05 09:19:02 -03:00
parent 62801bb1ec
commit dc8b444406
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
};
web = mkDotnetTest {
name = "publish";
name = "web";
template = "web";
build = "dotnet publish -o $out";
runInputs = [ expect curl ];