You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert!(engine.check_network_request(&request).matched == *expectation,"Expected match = {} for {} from {} typed {} against {:?}", expectation, url, source_url, request_type, rules)
with
assert!(engine.check_network_request(&request).matched == *expectation,"Expected match = {expectation} for {url} from {source_url} typed {request_type} against {rules:?}")
to improve code readability and developer productivity.
The text was updated successfully, but these errors were encountered:
We can replace lines like
with
to improve code readability and developer productivity.
The text was updated successfully, but these errors were encountered: