This repository was archived by the owner on Jul 1, 2026. It is now read-only.
Commit e382113
[tests] Use simple assertion for ManagedPeer test (#1435)
Avoid CollectionAssert.Contains so the test continues to compile in dotnet/android, where only the simple NUnit assertions are available.
### Add LINQ import for ManagedPeer test
The simple assertion uses Enumerable.Contains, so add the explicit System.Linq import for projects without implicit usings.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 41d01af commit e382113
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | | - | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
0 commit comments