Commit 74e8a63
authored
Fix JSON spec (#119)
We were checking for specific text in the JSONParseError, but when json was updated, the message changed. We really only care that there was a JSON parse error so we're shortening the string we're checking. This change will make it so we don't run into this error again in future version updates.1 parent 259d602 commit 74e8a63
File tree
1 file changed
+1
-1
lines changed- spec/lib/code_ownership/private/ownership_mappers
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments