X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FBookmark.pm;h=8c2c3b13942a363db135a6dca2ee2e58cc12eebc;hp=3e87e5497297d6c3941168a3b480a7b217629eeb;hb=7fb60fb192f4df2341b17e2b877eecd5f5dadd5a;hpb=494674a52f9976f723d838cdfa96ab9b394b1c6e diff --git a/t/lib/DBICTest/Schema/Bookmark.pm b/t/lib/DBICTest/Schema/Bookmark.pm index 3e87e54..8c2c3b1 100644 --- a/t/lib/DBICTest/Schema/Bookmark.pm +++ b/t/lib/DBICTest/Schema/Bookmark.pm @@ -15,7 +15,7 @@ __PACKAGE__->add_columns( }, 'link' => { data_type => 'integer', - is_nullable => 1, + is_nullable => 1, }, );