Commit 3f4e607
authored
chore: Suppress obsolete warning in domain push tests (#237)
Add `#pragma warning disable 618` to the InitiatePush and InitiatePushValidationFail tests to silence compiler warnings about the obsolete InitiatePush API used in these test cases. This keeps test output clean while the legacy API is exercised.1 parent 73486d2 commit 3f4e607
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
0 commit comments