We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0659f commit f16adfaCopy full SHA for f16adfa
test/ecto_adapters_dynamodb/migration_test.exs
@@ -38,7 +38,6 @@ defmodule Ecto.Adapters.DynamoDB.Migration.Test do
38
39
test "create: provisioned table" do
40
result = Ecto.Migrator.run(TestRepo, @migration_path, :up, step: 1)
41
- table_info = Ecto.Adapters.DynamoDB.Info.table_info("cat")
42
43
assert length(result) == 1
44
end
0 commit comments