Commit 32c3d8c
committed
Update test to reflect change in union case inheritance
Union cases are no longer direct inheritors of their union tags, since a
type can be part of multiple different union tags which cannot be easily
represent in C# (without using arbitrarily unique type names).
type: refactor
scope: tests1 parent bf74361 commit 32c3d8c
File tree
1 file changed
+2
-5
lines changed- ShopifySharp.Tests/Services/Graph
1 file changed
+2
-5
lines changedLines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 108 | + | |
| 109 | + | |
113 | 110 | | |
114 | 111 | | |
115 | 112 | | |
| |||
0 commit comments