mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
storage: eliminate ReadBody, ReadRaw for #69
This commit is contained in:
@@ -337,7 +337,7 @@ func TestFSMissing(t *testing.T) {
|
||||
assert.Nil(t, err)
|
||||
|
||||
// Try to read parts of message
|
||||
_, err = msg.ReadBody()
|
||||
_, err = msg.RawReader()
|
||||
assert.Error(t, err)
|
||||
|
||||
if t.Failed() {
|
||||
|
||||
Reference in New Issue
Block a user