Commit 52a1433
committed
Suppressed warning regarding extension
It makes sense that only classes that are collections should end with `Collection`. Unfortunately, xUnit.net uses the name "Collection" for items that don't implement `IEnumerable`. As such, we're suppressing this warning here.1 parent 2644201 commit 52a1433
1 file changed
Lines changed: 4 additions & 0 deletions
File tree
- OnTopic.Tests/Fixtures
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| 25 | + | |
| 26 | + | |
0 commit comments