Commit 5d58a26
committed
Fix test not being executed
The runSampleDataTests() call in testGetData() triggers an exception
which prevents all subsequent tests from running. Moving this code into
a separate tests ensures that this particual test runs instead of being
skipped over.1 parent 4ae65e3 commit 5d58a26
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
194 | 201 | | |
195 | 202 | | |
| 203 | + | |
196 | 204 | | |
197 | | - | |
| 205 | + | |
198 | 206 | | |
199 | 207 | | |
200 | 208 | | |
| |||
0 commit comments