Browse Source

Add TODO.

wip
Titouan Rigoudy 4 years ago
parent
commit
d27fb4dac1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/proto/server/testing.rs

+ 1
- 0
src/proto/server/testing.rs View File

@ -177,6 +177,7 @@ impl ServerBuilder {
}
}
// TODO: Rename all FakeServer* to Server*.
/// A fake server for connecting to in tests.
pub struct FakeServer {
listener: TcpListener,


Loading…
Cancel
Save