Skip to content

Commit

Permalink
Fix warnings in record.t test
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Apr 18, 2012
1 parent be17582 commit 7fb0d36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/record.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ ok(my $domain = $schema->domain->create({ name => "record-test-" . time . ".test

ok( my $record = $schema->record->create(
{ domain_id => $domain->id,
type => 'SOA'
type => 'SOA',
name => '',
}
), 'soa record');

Expand Down

0 comments on commit 7fb0d36

Please sign in to comment.