Skip to content

Commit

Permalink
#1526 Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroNazarenko committed Nov 6, 2023
1 parent 68798a7 commit 238665d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unittests/libweb3jsonrpc/jsonrpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,8 @@ BOOST_AUTO_TEST_CASE( jsonrpc_netVersion )
std::string config = fastWriter.write( ret );
JsonRpcFixture fixture( config );

auto version = jsToU256(fixture.rpcClient->net_version());
BOOST_CHECK_EQUAL( version, 65535 );
auto version = fixture.rpcClient->net_version();
BOOST_CHECK_EQUAL( version, "65535" );
}

BOOST_AUTO_TEST_CASE( jsonrpc_setMining ) {
Expand Down

0 comments on commit 238665d

Please sign in to comment.