From 33d529aa4205b6b58a1174b387a5245ce56af3d8 Mon Sep 17 00:00:00 2001 From: Daniil Belyakov Date: Tue, 26 Sep 2017 10:39:25 +0200 Subject: [PATCH] fix reference to attachment [#52] --- tests/Model/Generated/Endpoint/AttachmentPublicTest.php | 2 +- tests/Model/Generated/Endpoint/AvatarTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Model/Generated/Endpoint/AttachmentPublicTest.php b/tests/Model/Generated/Endpoint/AttachmentPublicTest.php index 2aa22f06..973577f5 100644 --- a/tests/Model/Generated/Endpoint/AttachmentPublicTest.php +++ b/tests/Model/Generated/Endpoint/AttachmentPublicTest.php @@ -18,7 +18,7 @@ class AttachmentPublicTest extends BunqSdkTestBase /** * Points to the folder where attachments are located. */ - const PATH_ATTACHMENT = '/../../resource/'; + const PATH_ATTACHMENT = '/../../../resource/'; /** * @var string diff --git a/tests/Model/Generated/Endpoint/AvatarTest.php b/tests/Model/Generated/Endpoint/AvatarTest.php index d457596b..60ddaca4 100644 --- a/tests/Model/Generated/Endpoint/AvatarTest.php +++ b/tests/Model/Generated/Endpoint/AvatarTest.php @@ -24,7 +24,7 @@ class AvatarTest extends BunqSdkTestBase /** * Points to the directory where attachments are stored. */ - const PATH_ATTACHMENT = '/../../resource/'; + const PATH_ATTACHMENT = '/../../../resource/'; /** * @var string