Commit 1c70b43
committed
workaround false positive spell check test
there's a CI test that appears to look for spelling errors. it is
incorrectly flagging a unit test with a spelling error. even though
"hel" is a perfectly valid substring to search for in a unit test,
this commit works around the false positive reported by the test.1 parent 320b303 commit 1c70b43
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments