docs: Fix copypasta comment

pull/24376/head
Carol (Nichols || Goulding) 2021-04-07 12:42:31 -04:00
parent 07ce5efcb8
commit 7789d776cb
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ pub struct ServerFixture {
impl ServerFixture { impl ServerFixture {
/// Create a new server fixture and wait for it to be ready. This /// Create a new server fixture and wait for it to be ready. This
/// is called "create" rather than new because it is async and /// is called "create" rather than new because it is async and
/// waits. The shared database is configured with a writer id and /// waits. The shared database can be used immediately.
/// can be used immediately
/// ///
/// This is currently implemented as a singleton so all tests *must* /// This is currently implemented as a singleton so all tests *must*
/// use a new database and not interfere with the existing database. /// use a new database and not interfere with the existing database.