client-api: Fix warning in tests

This commit is contained in:
Jonas Platte 2021-04-19 01:00:11 +02:00
parent 486c9245b3
commit e73378c90a
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -310,7 +310,7 @@ mod tests {
})) }))
.unwrap(); .unwrap();
let mut flow = foo.flows.pop(); let flow = foo.flows.pop();
assert_matches!(foo.flows.as_slice(), []); assert_matches!(foo.flows.as_slice(), []);
let mut identity_providers = match flow { let mut identity_providers = match flow {