File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -667,7 +667,7 @@ func TestPerformValidationSuccess(t *testing.T) {
667667
668668 // Check that validated timestamp was recorded, stored, and retrieved
669669 expectedValidated := fc .Now ()
670- test .Assert (t , expectedValidated . Equal ( * challenge .Validated ), "Validated timestamp incorrect or missing" )
670+ test .AssertEquals (t , * challenge .Validated , expectedValidated )
671671 }
672672}
673673
@@ -879,7 +879,7 @@ func TestPerformValidationVAError(t *testing.T) {
879879
880880 // Check that validated timestamp was recorded, stored, and retrieved
881881 expectedValidated := fc .Now ()
882- test .Assert (t , expectedValidated . Equal ( * challenge .Validated ), "Validated timestamp incorrect or missing" )
882+ test .AssertEquals (t , * challenge .Validated , expectedValidated )
883883}
884884
885885func TestCertificateKeyNotEqualAccountKey (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments