Skip to content

Commit

Permalink
fix random failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Oct 10, 2023
1 parent 24d2467 commit 8169c05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion merklize/merklize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,8 @@ const multigraphDoc = `{
}`

func TestMerklizer_RawValue(t *testing.T) {
defer tst.MockHTTPClient(t, multigraphDocURLMaps)()
defer tst.MockHTTPClient(t, multigraphDocURLMaps,
tst.IgnoreUntouchedURLs())()
ctx := context.Background()
mz, err := MerklizeJSONLD(ctx, strings.NewReader(multigraphDoc))
require.NoError(t, err)
Expand Down

0 comments on commit 8169c05

Please sign in to comment.