Commit a358193
Fix deprecation warning about test function returning non-None
Summary:
All `test_` functions should return None, this one doesn't and raises a noisy
DeprecationWarning.
Reviewed By: DinoV
Differential Revision: D81061284
fbshipit-source-id: a8d2ac156f13d32b55e8ed7bdf5a56fc1a8a6e6e1 parent 5e0c850 commit a358193
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
801 | | - | |
| 801 | + | |
802 | 802 | | |
803 | 803 | | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
804 | 807 | | |
805 | 808 | | |
806 | 809 | | |
| |||
0 commit comments