Skip to content

Commit

Permalink
Attempt to fix flaky spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatas committed Dec 5, 2024
1 parent 95ae608 commit b1bc4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/timescaledb/schema_dumper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

con.create_table :partition_by_hash_tests, id: false, hypertable: options do |t|
t.string :category
t.timestamptz :created_at, default: -> { "now()" }
t.datetime :created_at, default: -> { "now()" }
t.index [:category, :created_at], unique: true, name: "index_partition_by_hash_tests_on_category_and_created_at"
end

Expand Down

0 comments on commit b1bc4a7

Please sign in to comment.