forked from External/grumble
go fmt
This commit is contained in:
parent
083163daf9
commit
20eba760e5
15 changed files with 163 additions and 163 deletions
|
|
@ -12,16 +12,16 @@ import (
|
|||
)
|
||||
|
||||
type blobReaderTest struct {
|
||||
Key string
|
||||
ExpectedSum string
|
||||
Data string
|
||||
Key string
|
||||
ExpectedSum string
|
||||
Data string
|
||||
}
|
||||
|
||||
var blobReaderTests = []blobReaderTest{
|
||||
{
|
||||
Key: "a3da7877f94ad4cf58636a395fff77537cb8b919",
|
||||
ExpectedSum: "a3da7877f94ad4cf58636a395fff77537cb8b919",
|
||||
Data: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
|
||||
Key: "a3da7877f94ad4cf58636a395fff77537cb8b919",
|
||||
ExpectedSum: "a3da7877f94ad4cf58636a395fff77537cb8b919",
|
||||
Data: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
@ -38,4 +38,4 @@ func TestBlobReader(t *testing.T) {
|
|||
t.Errorf("got error: %v", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue