Commit 02905b2
committed
Fix a sloppy bug in the sanity checks in CI.
This was sloppy -- and was never running :/ because it was mis-indented,
causing us to not actually check any schemas for validity.
This is part of why for loops in tests are so bad, but we are a bit
loose in this file (particularly because I've avoided adding
dependencies so it's slightly easier to run for those who aren't Python
developers). We should possibly refactor a bit anyhow so that an error
is raised if the for loops are empty.1 parent d21ed57 commit 02905b2
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments