Commit e03d3c9
fix(audience-tests): replace Assert.DoesNotThrowAsync with await for Unity NUnit compat
Unity's com.unity.test-framework ships NUnit 3.5, which predates
Assert.DoesNotThrowAsync. Awaiting the task achieves the same assertion
semantic — NUnit fails the test if the awaited task throws.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 128504b commit e03d3c9
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
| 463 | + | |
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| |||
0 commit comments