mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 07:12:46 +01:00
refactor: add root store (#1153)
This commit is contained in:
@@ -16,6 +16,7 @@ func Test_marshal(t *testing.T) {
|
||||
out := marshal(data)
|
||||
|
||||
var res map[string]any
|
||||
|
||||
err := json.Unmarshal([]byte(out), &res)
|
||||
require.NoError(t, err, "invalid json")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user