Skip to content

Commit e85d7e2

Browse files
auto commit
1 parent dd49fd8 commit e85d7e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DynamoDbEncryption/runtimes/rust/examples/migration/plaintext_to_awsdbe/awsdbe/migration_step_2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pub async fn migration_step_2_example(
140140
#[tokio::test(flavor = "multi_thread")]
141141
async 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;

DynamoDbEncryption/runtimes/rust/examples/migration/plaintext_to_awsdbe/awsdbe/migration_step_3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ pub async fn migration_step_3_example(
141141
#[tokio::test(flavor = "multi_thread")]
142142
async 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

DynamoDbEncryption/runtimes/rust/examples/migration/plaintext_to_awsdbe/plaintext/migration_step_0.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pub async fn migration_step_0_example(
112112

113113
#[tokio::test(flavor = "multi_thread")]
114114
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;
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;

0 commit comments

Comments
 (0)