Skip to content

Commit

Permalink
still test doesn't work with caching
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Dec 5, 2023
1 parent ba76c37 commit 138a803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merklize/merklize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ func TestProofInteger(t *testing.T) {
}

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

0 comments on commit 138a803

Please sign in to comment.