Skip to content

Commit f16adfa

Browse files
committed
Remove unused variable.
1 parent 2a0659f commit f16adfa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/ecto_adapters_dynamodb/migration_test.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ defmodule Ecto.Adapters.DynamoDB.Migration.Test do
3838

3939
test "create: provisioned table" do
4040
result = Ecto.Migrator.run(TestRepo, @migration_path, :up, step: 1)
41-
table_info = Ecto.Adapters.DynamoDB.Info.table_info("cat")
4241

4342
assert length(result) == 1
4443
end

0 commit comments

Comments
 (0)