Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Sep 5, 2024
1 parent ef1c8bd commit e81fc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/domain_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class DomainTest < ActiveSupport::TestCase
def setup
@attributes = {
fqdn: "example4.com",
owner: "[email protected]",
owner: "[email protected]"
}
@domain = Domain.new(@attributes)
end
Expand Down

0 comments on commit e81fc66

Please sign in to comment.