Commit 1467dfa
fix(python): don't assert specific column names in test_execute_metadata
The metadata.columns field reflects internal ggsql spec details that are
still evolving. The Python test should verify the structure (list, non-empty)
without asserting specific column names.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 07d584c commit 1467dfa
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
| 127 | + | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments