Commit 80cd52f
committed
test: remove nonsense case and correct names (#176)
`Gemfile.lock` is nothing close to JSON, so this test doesn't make sense
- removing it does not decrease coverage either, so lets axe it.
My best guess is that it came from copying the standard set of tests
from one of the other parsers, and then not realising it since it never
failed 🤷
I also noticed two test cases were incorrectly named "json" instead of
"toml", so have corrected that too1 parent a03cbc9 commit 80cd52f
File tree
3 files changed
+2
-14
lines changed- pkg/lockfile
3 files changed
+2
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 17 | | |
30 | 18 | | |
31 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments