Commit 91688d5
Use membership assertions in stats tests
Summary:
Replace boolean containment assertions in the mcrouter stats test with unittest's dedicated assertIn helper.
This is a mechanical test-quality cleanup with no behavior change.
Reviewed By: ghostonhuang
Differential Revision: D112955721
fbshipit-source-id: 489a6454969ef4044ce3dfd1ea9aba292a8bf0991 parent b9e97a5 commit 91688d5
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments