Skip to content

Commit a35fb91

Browse files
authored
Chore: fix columns example in tests doc (#4324)
1 parent 3d368c8 commit a35fb91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ An optional dictionary that maps columns to their types:
605605
```yaml linenums="1"
606606
<upstream_model>:
607607
columns:
608-
- <column_name>: <column_type>
608+
<column_name>: <column_type>
609609
...
610610
```
611611

0 commit comments

Comments
 (0)