Skip to content

Commit d2418ba

Browse files
committed
fix: Corrects description of spec with boolean completed column
1 parent be7898f commit d2418ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/sequel_postgresql_triggers_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@
876876
end
877877
end if DB.server_version >= 90400
878878

879-
describe "PostgreSQL Transactional Outbox With UUID Pkey" do
879+
describe "PostgreSQL Transactional Outbox With Boolean :completed field" do
880880
before do
881881
DB.extension :pg_json
882882
DB.create_table(:accounts){integer :id; String :s}

0 commit comments

Comments
 (0)