Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Jul 29, 2022
1 parent 531c611 commit 8c93d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/login_api_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ BOOST_AUTO_TEST_CASE( login_test )
BOOST_CHECK_THROW( login_api1.database(), fc::exception );
BOOST_CHECK_THROW( login_api1.history(), fc::exception );

login_api1.login("bytemaster","supersecret4"); // wrong password
login_api1.login("bytemaster","looooooooooooooooongpassword"); // wrong password
BOOST_CHECK_EQUAL( login_api1.get_available_api_sets().size(), 0u );
BOOST_CHECK_THROW( login_api1.network_node(), fc::exception );
BOOST_CHECK_THROW( login_api1.database(), fc::exception );
Expand Down

0 comments on commit 8c93d58

Please sign in to comment.