Skip to content
Next
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
292
Merge Requests
37
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
6249bb43
Commit
6249bb43
authored
1 minute ago
by
Mark Harding
Browse files
Options
Download
(fix): test for rewards
parent
8c0117e5
master
No related merge requests found
Pipeline
#94017958
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Spec/Core/Rewards/Delegates/ReferralDelegateSpec.php
View file @
6249bb43
...
...
@@ -59,7 +59,7 @@ class ReferralDelegateSpec extends ObjectBehavior
$this
->
contributionsManager
->
add
(
Argument
::
that
(
function
(
$contribution
)
{
return
$contribution
->
getMetric
()
===
'referrals_welcome'
&&
$contribution
->
getScore
()
===
50
&&
$contribution
->
getScore
()
===
1
&&
$contribution
->
getAmount
()
===
1
&&
$contribution
->
getUser
()
->
guid
===
456
&&
$contribution
->
getTimestamp
()
===
strtotime
(
'midnight'
)
*
1000
;
...
...
This diff is collapsed.
Please
register
or
sign in
to comment