Skip to content

Commit cda29bd

Browse files
committed
Fixed indentation in test_parser.rb
1 parent 0947e13 commit cda29bd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/test_parser.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ def test_parseMethodCall
6060

6161
def test_fault
6262
flag, fault = @p.parseMethodResponse(@fault_doc)
63-
assert_equal(flag, false)
64-
assert_kind_of(XMLRPC::FaultException, fault, "must be an instance of class XMLRPC::FaultException")
65-
assert_equal(fault.faultCode, 4)
66-
assert_equal(fault.faultString, "an error message")
63+
assert_equal(flag, false)
64+
assert_kind_of(XMLRPC::FaultException, fault, "must be an instance of class XMLRPC::FaultException")
65+
assert_equal(fault.faultCode, 4)
66+
assert_equal(fault.faultString, "an error message")
6767
end
6868

6969
def test_fault_message

0 commit comments

Comments
 (0)