fix typo
This commit is contained in:
@@ -71,8 +71,8 @@ impl IntegratedHttpSward {
|
||||
receive_result?;
|
||||
return Ok(());
|
||||
}
|
||||
oneshop_result = self.oneshot() => {
|
||||
if oneshop_result.is_err() {
|
||||
oneshot_result = self.oneshot() => {
|
||||
if oneshot_result.is_err() {
|
||||
self.result_counter.error += 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user