Protocol dep update
This commit is contained in:
4
Godeps/_workspace/src/github.com/syncthing/protocol/compression_test.go
generated
vendored
4
Godeps/_workspace/src/github.com/syncthing/protocol/compression_test.go
generated
vendored
@@ -13,9 +13,8 @@ func TestCompressionMarshal(t *testing.T) {
|
||||
{"false", CompressNever},
|
||||
{"never", CompressNever},
|
||||
{"metadata", CompressMetadata},
|
||||
{"filedata", CompressFiledata},
|
||||
{"always", CompressAlways},
|
||||
{"whatever", CompressNever},
|
||||
{"whatever", CompressMetadata},
|
||||
}
|
||||
|
||||
mTestcases := []struct {
|
||||
@@ -24,7 +23,6 @@ func TestCompressionMarshal(t *testing.T) {
|
||||
}{
|
||||
{"never", CompressNever},
|
||||
{"metadata", CompressMetadata},
|
||||
{"filedata", CompressFiledata},
|
||||
{"always", CompressAlways},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user