Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
297
Merge Requests
42
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
e5f224b7
Commit
e5f224b7
authored
39 minutes ago
by
Emiliano Balbuena
Browse files
Options
Download
(cs): Lint
parent
f64d1050
goal/withdrawals-approval
1 merge request
!393
(feat): Withdrawal status support
Pipeline
#95704401
passed with stages
in 7 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Spec/Core/Blockchain/Events/WithdrawEventSpec.php
View file @
e5f224b7
...
...
@@ -54,8 +54,7 @@ class WithdrawEventSpec extends ObjectBehavior
public
function
it_should_complete_withdrawal_on_event
(
Request
$request
,
Transaction
$transaction
)
{
)
{
$transaction
->
getTimestamp
()
->
shouldBeCalled
()
->
willReturn
(
123456789
);
...
...
This diff is collapsed.
Please
register
or
sign in
to comment