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(
140
140
#[ tokio:: test( flavor = "multi_thread" ) ]
141
141
async fn test_migration_step_2 ( ) -> Result < ( ) , Box < dyn std:: error:: Error > > {
142
142
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 ;
144
144
use crate :: migration:: plaintext_to_awsdbe:: awsdbe:: migration_step_3:: migration_step_3_example;
145
145
use crate :: test_utils;
146
146
use uuid:: Uuid ;
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ pub async fn migration_step_3_example(
141
141
#[ tokio:: test( flavor = "multi_thread" ) ]
142
142
async fn test_migration_step_3 ( ) -> Result < ( ) , Box < dyn std:: error:: Error > > {
143
143
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;
144
145
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;
146
146
use crate :: test_utils;
147
147
use uuid:: Uuid ;
148
148
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ pub async fn migration_step_0_example(
112
112
113
113
#[ tokio:: test( flavor = "multi_thread" ) ]
114
114
async 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 ;
116
116
use crate :: migration:: plaintext_to_awsdbe:: awsdbe:: migration_step_2:: migration_step_2_example;
117
117
use crate :: migration:: plaintext_to_awsdbe:: awsdbe:: migration_step_3:: migration_step_3_example;
118
118
use crate :: test_utils;
You can’t perform that action at this time.
0 commit comments