Skip to content

Commit

Permalink
chore: fixed message
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Nov 6, 2023
1 parent a083762 commit c1fda0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/atlas_migration_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func TestAccMigrationDataSource(t *testing.T) {
url = "%s/%s"
}
`, mysqlURL, schema),
ExpectError: regexp.MustCompile("You have a checksum error in your migration directory"),
ExpectError: regexp.MustCompile("checksum mismatch"),
},
},
})
Expand Down

0 comments on commit c1fda0d

Please sign in to comment.