test: AllIterations_GrowCompleted was obsolete
This commit is contained in:
parent
bc79a17448
commit
ea54a21c73
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
||||
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
||||
with:
|
||||
targetPlatform: WebGL
|
||||
targetPlatform: StandaloneWindows
|
||||
|
||||
# Output
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
|
|
@ -22,7 +22,7 @@ namespace Tests {
|
|||
sut.Add();
|
||||
}
|
||||
|
||||
Assert.AreEqual(1f, sut.GrowPercentage);
|
||||
Assert.AreEqual(0f, sut.GrowPercentage);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue