We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fc779 commit 87a0596Copy full SHA for 87a0596
pkg/attestation/attestation_test.go
@@ -50,6 +50,7 @@ func TestStatement_UnmarshalJSON(t *testing.T) {
50
err = json.NewDecoder(f).Decode(&got)
51
52
require.NoError(t, err)
53
+
54
require.Equal(t, tt.want, got)
55
})
56
}
0 commit comments