Cleanup unused code

This commit is contained in:
Mac L
2023-06-14 16:51:16 +10:00
parent 6262013ae0
commit f5154be207
11 changed files with 254 additions and 582 deletions

View File

@@ -1274,7 +1274,6 @@ impl ApiTester {
.await
.0;
assert!(self
.client
.clone()
@@ -5124,4 +5123,4 @@ async fn optimistic_responses() {
.await
.test_check_optimistic_responses()
.await;
}
}