From f01baa25561a1d75820686b8cb1e584cdf8ea03f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Tue, 5 Jun 2018 22:57:23 +0200 Subject: [PATCH] update tests annotations --- test/factories/notifications.rb | 2 +- test/models/notification_test.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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