diff --git a/tests/test_api_v1_accounts_relationships.cpp b/tests/test_api_v1_accounts_relationships.cpp index ed995ca..79b94b7 100644 --- a/tests/test_api_v1_accounts_relationships.cpp +++ b/tests/test_api_v1_accounts_relationships.cpp @@ -103,7 +103,7 @@ SCENARIO ("/api/v1/accounts/relationships can be called successfully", } else { - reloationship.from_string + relationship.from_string (Easy::json_array_to_vector(ret.answer).front()); } }