small fixes

This commit is contained in:
2019-10-01 16:18:30 +02:00
parent 34bb1977a5
commit 2e7afa9bb0
3 changed files with 31 additions and 7 deletions

View File

@@ -266,7 +266,7 @@ impl<'q> AsAdmin<'q> {
.execute(self.0)
.map(|rows_updated| match rows_updated {
1 => (),
_ => panic!("RuntimeError: UnclaimItem did not make expected changes"),
_ => panic!("RuntimeError: AddPlayer did not make expected changes"),
})
}