Skip to content

Commit

Permalink
Remove Debug Assert
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Feb 21, 2024
1 parent e30fa0c commit 1d5c2e1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public void BuildApplicationWithAssetPackOutsideProjectDirectory ([Values (true,
Assert.IsFalse (zip.ContainsEntry ("assetpack1/resources.pb"), "aab should not contain assetpack1/resources.pb");
}
}
Assert.Fail ();
}

[Test]
Expand Down

0 comments on commit 1d5c2e1

Please sign in to comment.