Skip to content

Commit

Permalink
fix reference to attachment [#52]
Browse files Browse the repository at this point in the history
  • Loading branch information
dnl-blkv committed Sep 26, 2017
1 parent 716eb9a commit 33d529a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Model/Generated/Endpoint/AttachmentPublicTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/Model/Generated/Endpoint/AvatarTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33d529a

Please sign in to comment.