Skip to content

Commit 343b90b

Browse files
committed
Fix tests
1 parent e3d484b commit 343b90b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/test/Registry/Metadata.purs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ recordStudio =
2525
"published": {
2626
"0.1.0": {
2727
"bytes": 3438,
28-
"compilers": "0.13.0",
28+
"compilers": [ "0.13.0" ],
2929
"hash": "sha256-LPRUC8ozZc7VCeRhKa4CtSgAfNqgAoVs2lH+7mYEcTk=",
3030
"publishedTime": "2021-03-27T10:03:46.000Z",
3131
"ref": "v0.1.0"
3232
},
3333
"0.2.1": {
3434
"bytes": 3365,
35-
"compilers": "0.13.0",
35+
"compilers": [ "0.13.0" ],
3636
"hash": "sha256-ySKKKp3rUJa4UmYTZshaOMO3jE+DW7IIqKJsurA2PP8=",
3737
"publishedTime": "2022-05-15T10:51:57.000Z",
3838
"ref": "v0.2.1"
3939
},
4040
"1.0.0": {
4141
"bytes": 5155,
42-
"compilers": "0.13.0",
42+
"compilers": [ "0.13.0" ],
4343
"hash": "sha256-0iMF8Rq88QBGuxTNrh+iuruw8l5boCP6J2JWBpQ4b7w=",
4444
"publishedTime": "2022-11-03T17:30:28.000Z",
4545
"ref": "v1.0.0"

0 commit comments

Comments
 (0)