summaryrefslogtreecommitdiff
path: root/tests/gem.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-04-27 22:12:59 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-27 23:29:40 +0200
commit5dfe02c60767a633c67f7f6fc9557b54b3c99b63 (patch)
tree666cf4946bbb0f02efa2690fd3147daad003d4ff /tests/gem.scm
parent78799a6fdc5a00b3a0e62c0e99c3340298d36eff (diff)
downloadpatches-5dfe02c60767a633c67f7f6fc9557b54b3c99b63.tar
patches-5dfe02c60767a633c67f7f6fc9557b54b3c99b63.tar.gz
tests: Remove trailing commas in JSON tests.
These commas are rejected by Guile-JSON 3.5.0. * tests/crate.scm (test-foo-dependencies) (test-root-dependencies, test-intermediate-1-dependencies) (test-intermediate-2-dependencies): Remove trailing commas. * tests/gem.scm (test-bar-json): Likewise. * tests/pypi.scm (test-json): Likewise.
Diffstat (limited to 'tests/gem.scm')
-rw-r--r--tests/gem.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem.scm b/tests/gem.scm
index 455fc15189..751bba656f 100644
--- a/tests/gem.scm
+++ b/tests/gem.scm
@@ -52,7 +52,7 @@
\"homepage_uri\": \"https://example.com\",
\"dependencies\": {
\"runtime\": [
- { \"name\": \"bundler\" },
+ { \"name\": \"bundler\" }
]
},
\"licenses\": null