Skip to content

Commit

Permalink
[skip-changelog] test: updated expected cores file (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikappa authored and MatteoPologruto committed Feb 8, 2023
1 parent b556342 commit 3549f6a
Show file tree
Hide file tree
Showing 2 changed files with 2,703 additions and 2,703 deletions.
2 changes: 1 addition & 1 deletion internal/integrationtest/core/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -990,5 +990,5 @@ func TestCoreInstallCreatesInstalledJson(t *testing.T) {
require.NoError(t, err)
sortedInstalled := requirejson.Parse(t, installedJson).Query("walk(if type == \"array\" then sort else . end)").String()
sortedExpected := requirejson.Parse(t, expectedInstalledJson).Query("walk(if type == \"array\" then sort else . end)").String()
require.Equal(t, sortedExpected, sortedInstalled)
require.JSONEq(t, sortedExpected, sortedInstalled)
}
Loading

0 comments on commit 3549f6a

Please sign in to comment.