File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
DynamoDbEncryption/runtimes/rust/examples/migration/plaintext_to_awsdbe Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ pub async fn migration_step_2_example(
140140#[ tokio:: test( flavor = "multi_thread" ) ]
141141async fn test_migration_step_2 ( ) -> Result < ( ) , Box < dyn std:: error:: Error > > {
142142 use crate :: migration:: plaintext_to_awsdbe:: plaintext:: migration_step_0:: migration_step_0_example;
143- use crate :: migration:: plaintext_to_awsdbe:: awsdbe:: migration_step_2 :: migration_step_2_example ;
143+ use crate :: migration:: plaintext_to_awsdbe:: awsdbe:: migration_step_1 :: migration_step_1_example ;
144144 use crate :: migration:: plaintext_to_awsdbe:: awsdbe:: migration_step_3:: migration_step_3_example;
145145 use crate :: test_utils;
146146 use uuid:: Uuid ;
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ pub async fn migration_step_3_example(
141141#[ tokio:: test( flavor = "multi_thread" ) ]
142142async fn test_migration_step_3 ( ) -> Result < ( ) , Box < dyn std:: error:: Error > > {
143143 use crate :: migration:: plaintext_to_awsdbe:: plaintext:: migration_step_0:: migration_step_0_example;
144+ use crate :: migration:: plaintext_to_awsdbe:: awsdbe:: migration_step_1:: migration_step_1_example;
144145 use crate :: migration:: plaintext_to_awsdbe:: awsdbe:: migration_step_2:: migration_step_2_example;
145- use crate :: migration:: plaintext_to_awsdbe:: awsdbe:: migration_step_3:: migration_step_3_example;
146146 use crate :: test_utils;
147147 use uuid:: Uuid ;
148148
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ pub async fn migration_step_0_example(
112112
113113#[ tokio:: test( flavor = "multi_thread" ) ]
114114async fn test_migration_step_0 ( ) -> Result < ( ) , Box < dyn std:: error:: Error > > {
115- use crate :: migration:: plaintext_to_awsdbe:: plaintext :: migration_step_0 :: migration_step_0_example ;
115+ use crate :: migration:: plaintext_to_awsdbe:: awsdbe :: migration_step_1 :: migration_step_1_example ;
116116 use crate :: migration:: plaintext_to_awsdbe:: awsdbe:: migration_step_2:: migration_step_2_example;
117117 use crate :: migration:: plaintext_to_awsdbe:: awsdbe:: migration_step_3:: migration_step_3_example;
118118 use crate :: test_utils;
You can’t perform that action at this time.
0 commit comments