mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 10:28:49 -07:00
parent
f72832d591
commit
57ea8a1bf5
@ -138,7 +138,7 @@ func TestRequest(t *testing.T) {
|
||||
// Existing, shared file
|
||||
res, err := m.Request(device1, "default", "foo", 6, 0, nil, 0, false)
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
t.Fatal(err)
|
||||
}
|
||||
bs := res.Data()
|
||||
if !bytes.Equal(bs, []byte("foobar")) {
|
||||
|
Loading…
Reference in New Issue
Block a user