Skip to content

Commit

Permalink
Remove registrar address
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Beljajev committed May 10, 2019
1 parent 5424f8b commit 5fa001b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/models/legal_person_record_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def create_legal_person_record
registrant_reg_no: 123,
registrant_ident_country_code: "EE",
registrar: "test",
registrar_address: "test, test, test, test",
registrar_changed: "2018-04-25T14:10:39+03:00",
registrar_phone: nil,
registrar_website: nil,
Expand Down
1 change: 0 additions & 1 deletion test/models/private_person_record_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def create_private_person_record
registrant_changed: "2018-04-25T14:10:39+03:00",
registrant_kind: "priv",
registrar: "test",
registrar_address: "test, test, test, test",
registrar_changed: "2018-04-25T14:10:39+03:00",
registrar_phone: nil,
registrar_website: nil,
Expand Down

0 comments on commit 5fa001b

Please sign in to comment.