From 53db0ba1f0e2978d7f3beb1c0fce1d248dd50594 Mon Sep 17 00:00:00 2001 From: Scott Prutton Date: Tue, 2 Jul 2024 14:19:23 -0400 Subject: [PATCH] chore: bad merge from testing merge queues --- lib/dal/tests/integration_test/secret/with_actions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dal/tests/integration_test/secret/with_actions.rs b/lib/dal/tests/integration_test/secret/with_actions.rs index 001e400be4..99d851ed3d 100644 --- a/lib/dal/tests/integration_test/secret/with_actions.rs +++ b/lib/dal/tests/integration_test/secret/with_actions.rs @@ -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");