Skip to content

Commit

Permalink
test: errfile: Name impl not bound to the inner error
Browse files Browse the repository at this point in the history
  • Loading branch information
wkhere committed Nov 5, 2024
1 parent d850161 commit 31f4da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ func (e *errfile) Read(p []byte) (int, error) {
}

func (*errfile) Close() error { return nil }
func (*errfile) Name() string { return "test err" }
func (*errfile) Name() string { return "<err>" }

0 comments on commit 31f4da5

Please sign in to comment.