Skip to content

Use .sortedKeys for JSONEncoder, so output is stable #3

Use .sortedKeys for JSONEncoder, so output is stable

Use .sortedKeys for JSONEncoder, so output is stable #3

Triggered via push October 30, 2023 16:50
Status Success
Total duration 58s
Artifacts

swiftlint.yml

on: push
SwiftLint
46s
SwiftLint
Fit to window
Zoom out
Zoom in

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" } ]")