Commit 7cbc15c
committed
tests: fix NotImplemented to NotImplementedError in integration test
NotImplemented is a special singleton used for binary operator fallback,
not an exception class. Using 'raise NotImplemented(...)' would raise
TypeError instead of the intended error. Replace with NotImplementedError.1 parent 0a5fcf8 commit 7cbc15c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
| 586 | + | |
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
| |||
0 commit comments