Skip to content

Commit 85524ab

Browse files
Make an explicit assertion.
1 parent dda2946 commit 85524ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/xml_security_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class XmlSecurityTest < Test::Unit::TestCase
5555
should "correctly obtain the digest method with alternate namespace declaration" do
5656
document = XMLSecurity::SignedDocument.new(fixture(:adfs_response_xmlns, false))
5757
base64cert = document.elements["//X509Certificate"].text
58-
document.validate_signature(base64cert, false)
58+
assert document.validate_signature(base64cert, false)
5959
end
6060

6161
should "raise validation error when the X509Certificate is missing" do

0 commit comments

Comments
 (0)