diff options
Diffstat (limited to 'tests/ngit_push.rs')
| -rw-r--r-- | tests/ngit_push.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ngit_push.rs b/tests/ngit_push.rs index eb452cd..3d89f6b 100644 --- a/tests/ngit_push.rs +++ b/tests/ngit_push.rs | |||
| @@ -359,7 +359,7 @@ mod when_branch_is_checked_out { | |||
| 359 | assert!(r55_events.iter().any(|e| { | 359 | assert!(r55_events.iter().any(|e| { |
| 360 | e.tags | 360 | e.tags |
| 361 | .iter() | 361 | .iter() |
| 362 | .any(|t| t.as_vec()[0].eq("commit") && t.as_vec()[1].eq(&commit_id)) | 362 | .any(|t| t.as_slice()[0].eq("commit") && t.as_slice()[1].eq(&commit_id)) |
| 363 | })); | 363 | })); |
| 364 | Ok(()) | 364 | Ok(()) |
| 365 | } | 365 | } |