Browse Source

Cover: style

cl-refactor
Dimitry 9 years ago
parent
commit
698fec3d9a
  1. 3
      test/libethereum/Transaction.cpp

3
test/libethereum/Transaction.cpp

@ -52,8 +52,7 @@ BOOST_AUTO_TEST_CASE(TransactionConstructor)
BOOST_ERROR("Exception thrown but expected OutOfGasIntrinsic instead");
}
if (!wasException)
BOOST_ERROR("Expected OutOfGasIntrinsic exception to be thrown at TransactionConstructor test");
BOOST_CHECK_MESSAGE(wasException, "Expected OutOfGasIntrinsic exception to be thrown at TransactionConstructor test");
}
BOOST_AUTO_TEST_CASE(ExecutionResultOutput)

Loading…
Cancel
Save