Commit a476e09
Fix test_cuda using nonexistent mlm_tokens fixture
The test_cuda function referenced a fixture named mlm_tokens which was
never defined, causing a fixture-not-found error. Changed to use the
existing tokens fixture which provides the same MLM-style tokenized input.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f2347e3 commit a476e09
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
0 commit comments