1
0
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:
James Hillyerd
2018-03-12 21:13:57 -07:00
parent 219862797e
commit 9be4eec31c
3 changed files with 14 additions and 53 deletions

View File

@@ -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() {