Skip to content

Commit

Permalink
chore: bad merge from testing merge queues
Browse files Browse the repository at this point in the history
  • Loading branch information
sprutton1 committed Jul 2, 2024
1 parent 40273fb commit 53db0ba
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 53db0ba

Please sign in to comment.