tests: Fix JSON syntax error in 'crate.scm'.

This issue is caught with Guile-JSON 4.4.1, but not by 4.3.2.

* tests/crate.scm (test-root-dependencies): Add missing comma.
This commit is contained in:
Ludovic Courtès 2021-01-13 22:42:49 +01:00
parent e28d2cdd75
commit 23862011c3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@
\"crate_id\": \"intermediate-b\",
\"kind\": \"normal\",
\"req\": \"^1.0.0\"
}
},
{
\"crate_id\": \"leaf-alice\",
\"kind\": \"normal\",