Skip to content

Commit

Permalink
Fixed file names.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtar committed Feb 1, 2024
1 parent 43aeebc commit 64b3b10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.evolutiongaming.scassandra.TableName
import org.scalatest.funsuite.AnyFunSuite
import org.scalatest.matchers.should.Matchers

class CreateSchemaSpec extends AnyFunSuite with Matchers { self =>
class CreateSnapshotSchemaSpec extends AnyFunSuite with Matchers { self =>

test("create keyspace and tables") {
val config = SnapshotSchemaConfig.default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import scala.util.Try
import scala.util.control.NoStackTrace


class SetupSchemaSpec extends AnyFunSuite with Matchers {
import SetupSchemaSpec._
class SetupSnapshotSchemaSpec extends AnyFunSuite with Matchers {
import SetupSnapshotSchemaSpec._

val timestamp: Instant = Instant.now()

Expand Down Expand Up @@ -121,7 +121,7 @@ class SetupSchemaSpec extends AnyFunSuite with Matchers {
case object NotImplemented extends RuntimeException with NoStackTrace
}

object SetupSchemaSpec {
object SetupSnapshotSchemaSpec {
sealed trait Action extends Product

object Action {
Expand Down

0 comments on commit 64b3b10

Please sign in to comment.