Commit bef06b7
fix: update stale imports in test_table and skip legacy connection test
Replace src.masoniteorm.* and tests.integrations.* import paths with
fastapi_startkit.masoniteorm.* to match the current package layout.
Skip test_can_build_table_from_connection_call which relied on the
removed sync SQLiteConnection.make_connection() API.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f7fa96c commit bef06b7
1 file changed
Lines changed: 4 additions & 13 deletions
Lines changed: 4 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
| 4 | + | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
97 | 95 | | |
98 | 96 | | |
99 | 97 | | |
| 98 | + | |
100 | 99 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 100 | + | |
0 commit comments