diff --git a/test/factories/notifications.rb b/test/factories/notifications.rb index 5bb2c9a..0ba0100 100644 --- a/test/factories/notifications.rb +++ b/test/factories/notifications.rb @@ -4,7 +4,7 @@ # # id :bigint(8) not null, primary key # channel :integer default("email"), not null -# interval :integer not null +# interval :integer not null # recipient :string(255) not null # sent_at :datetime # status :integer default("pending"), not null diff --git a/test/models/notification_test.rb b/test/models/notification_test.rb index e89e989..04f7e59 100644 --- a/test/models/notification_test.rb +++ b/test/models/notification_test.rb @@ -4,7 +4,7 @@ # # id :bigint(8) not null, primary key # channel :integer default("email"), not null -# interval :integer not null +# interval :integer not null # recipient :string(255) not null # sent_at :datetime # status :integer default("pending"), not null