mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Introduce negative predicate
This commit is contained in:
parent
9d74cd5673
commit
a1fb0e2e61
3 changed files with 7 additions and 3 deletions
|
@ -82,7 +82,7 @@ class EppPollTest < ApplicationIntegrationTest
|
|||
response_xml = Nokogiri::XML(response.body)
|
||||
notification.reload
|
||||
|
||||
assert_not notification.read?
|
||||
assert notification.unread?
|
||||
assert_equal 2303.to_s, response_xml.at_css('result')[:code]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue