Skip to content

Commit

Permalink
Move the existing tests to the alternator subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Mar 28, 2024
1 parent b4c60d5 commit 1b3a104
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.scylladb.migrator
package com.scylladb.migrator.alternator

import com.amazonaws.services.dynamodbv2.model.{AttributeValue, GetItemRequest}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.scylladb.migrator
package com.scylladb.migrator.alternator

import com.amazonaws.services.dynamodbv2.model.{AttributeValue, GetItemRequest}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.scylladb.migrator
package com.scylladb.migrator.alternator

import com.amazonaws.auth.{AWSCredentials, AWSStaticCredentialsProvider, BasicAWSCredentials}
import com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.scylladb.migrator
package com.scylladb.migrator.alternator

import com.amazonaws.services.dynamodbv2.model.{AttributeValue, GetItemRequest}
import scala.collection.JavaConverters._
Expand Down

0 comments on commit 1b3a104

Please sign in to comment.