Commit e38ff4e
authored
Change exception type in testNullEdges test
The test was expecting IllegalArgumentException but the actual implementation throws NullPointerException when null edges are passed. Updated the test to match the actual behavior.1 parent d09bcf4 commit e38ff4e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments