Commit a259b8d
committed
fix(core): match documented ValueError in as_bytes driver test
The as_bytes() method raises ValueError for unsupported backends (per
its docstring and matching the test directly above this one). The
driver-backend skip-guarded test was asserting RuntimeError, so it
always failed on CTK 12.9.1 runners where the skip condition does not
apply.1 parent 3199107 commit a259b8d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments