From 2c6997827f52a0fa5124e99901003ac21529b179 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 15 Apr 2019 05:17:29 +0200 Subject: [PATCH] typo --- tests/test_api_v1_accounts_relationships.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } }