mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
Tests should actually pass
This commit is contained in:
parent
529d91fb9d
commit
1a4398cc55
@ -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},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user