Commit e305a88
committed
Add nil check to manifest_route_update_spec for better error messages
The test was still occasionally failing with 'undefined method protocol
for nil:NilClass' even after the dataset fix. This adds an explicit
nil check to provide a clearer failure message if the route mapping
is unexpectedly nil, making it easier to debug the race condition.1 parent 50baa7b commit e305a88
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments