1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-07 21:47:02 +09:00

remove comment

This commit is contained in:
Anatolii Smolianinov 2024-09-18 14:03:01 +02:00
parent de5c80df64
commit c6441686af
No known key found for this signature in database
GPG key ID: 5E259D1D468B99F4

View file

@ -288,9 +288,4 @@ func TestService_mergeCoordinatorAddrs(t *testing.T) {
assert.Equal(t, "127.0.0.1:4830", confStored.Nodes[0].Addresses[0])
assert.Equal(t, "192.168.1.1:8833", confStored.Nodes[0].Addresses[1])
})
// (integration) old config yml and bad coordinator node;
// (unit) other config nodes are not affected;
// [x] (unit) peer id which doesn't exist is added;
}