Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Dec 6, 2023
1 parent a575dcc commit ef81adf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vcr/pe/presentation_submission_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ func TestPresentationSubmissionBuilder_Build(t *testing.T) {

submission.Id = "for-test" // easier assertion
actualJSON, _ := json.MarshalIndent(submission, "", " ")
println(string(actualJSON))
assert.JSONEq(t, expectedJSON, string(actualJSON))
})
}
Expand Down

0 comments on commit ef81adf

Please sign in to comment.