Use .sortedKeys for JSONEncoder, so output is stable #3
Annotations
1 error
Assertion Failure:
swift-package-list/Tests/SwiftPackageListCoreTests/JSONGeneratorTests.swift#L54
XCTAssertEqual failed: ("[
{
"license" : "MIT",
"name" : "test",
"repositoryURL" : "https:\/\/github.com\/test\/test",
"revision" : "xxxx",
"version" : "1.0.0"
}
]") is not equal to ("[
{
"revision" : "xxxx",
"license" : "MIT",
"name" : "test",
"repositoryURL" : "https:\/\/github.com\/test\/test",
"version" : "1.0.0"
}
]")
|