Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigitsu committed Nov 26, 2023
1 parent 6b4c14d commit 81006d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ecto/adapters/myxql_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ defmodule Ecto.Adapters.MyXQLTest do
`likes` smallint unsigned DEFAULT 0 NOT NULL,
`published_at` datetime(6) NULL,
`is_active` boolean DEFAULT true,
`token` varbinary(23)) ENGINE = INNODB
`token` bit(23)) ENGINE = INNODB
"""
|> remove_newlines
]
Expand Down

0 comments on commit 81006d6

Please sign in to comment.