Remove unnecessary error pointer formats in test
The linter was complaining about these and they are quite unnecessary.master
							parent
							
								
									d957768537
								
							
						
					
					
						commit
						2ced84f31d
					
				|  | @ -80,7 +80,7 @@ func TestVerifierUnsupportedDigest(t *testing.T) { | |||
| 	} | ||||
| 
 | ||||
| 	if err != ErrDigestUnsupported { | ||||
| 		t.Fatalf("incorrect error for unsupported digest: %v %p %p", err, ErrDigestUnsupported, err) | ||||
| 		t.Fatalf("incorrect error for unsupported digest: %v", err) | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue