Skip to content

Commit

Permalink
LPS-107781 account-rest-test - implements test helper method
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrokke authored and brianchandotcom committed Feb 7, 2020
1 parent 43868ac commit 0d4191d
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -73,6 +73,11 @@ protected Account testGraphQLAccount_addAccount() throws Exception {
return _addAccount();
}

@Override
protected Account testPatchAccount_addAccount() throws Exception {
return _addAccount();
}

@Override
protected Account testPostAccount_addAccount(Account account)
throws Exception {
Expand Down

0 comments on commit 0d4191d

Please sign in to comment.