Skip to content

Commit

Permalink
Fix Test name
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenTCramer committed Aug 5, 2024
1 parent 878616c commit 0b6d439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ try {
Get-ChildItem ./LocalNugetFeed
dotnet restore
dotnet build --project ./Tests/TimeWarp.State.Analyzer.Tests/TimeWarp.State.Analyzer.Tests.csproj
dotnet fixie TimeWarp.State.Analyzer.Tests TimeWarp.State.Tests TimeWarp.State.Plus.Tests TimeWarp.Archtecture.Tests Client.Integration.Tests
dotnet fixie TimeWarp.State.Analyzer.Tests TimeWarp.State.Tests TimeWarp.State.Plus.Tests Client.Integration.Tests Test.App.Architecture.Tests
}
finally {
Pop-Location
Expand Down

0 comments on commit 0b6d439

Please sign in to comment.