Update server v3 tests

This commit is contained in:
michael-bailey 2020-09-27 16:58:39 +01:00
parent 3fbfc7f3d8
commit f13ee42063
1 changed files with 2 additions and 2 deletions

View File

@ -305,7 +305,7 @@ mod tests {
assert_eq!(server.name, "test server");
assert_eq!(server.address, "0.0.0.0:6000")
assert_eq!(server)
assert_eq!(server.address, "0.0.0.0:6000");
assert_eq!(server.owner, "michael");
}
}