Skip to content

Commit

Permalink
merge: #4076
Browse files Browse the repository at this point in the history
4076: chore: bad merge from testing merge queues r=sprutton1 a=sprutton1

Another bad merge.

Co-authored-by: Scott Prutton <[email protected]>
  • Loading branch information
si-bors-ng[bot] and sprutton1 authored Jul 2, 2024
2 parents 40273fb + 53db0ba commit 95d659a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dal/tests/integration_test/secret/with_actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async fn create_action_using_secret(ctx: &mut DalContext, nw: &WorkspaceSignup)
.await
.expect("unable to list actions for component");
assert_eq!(
0, // expected
1, // expected
actions.len() // actual
);
let create_action_id = actions.pop().expect("no actions found");
Expand Down

0 comments on commit 95d659a

Please sign in to comment.