Commit 400b4a4
fix: update virtual module tests to use 2.0 fetch API
Replace deprecated fetch() calls with to_dicts() in test_virtual_module.py:
- test_virtual_schema_tables_are_queryable: use lab.Experiment().to_dicts()
- test_getitem_is_queryable: use table.to_dicts()
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent bc8e3bd commit 400b4a4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments