Skip to content

Commit

Permalink
FIX : fix report_test.go .
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSaeedkia committed Mar 3, 2025
1 parent 4457d88 commit 8208ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/engine/command/crowdfund/report_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ func TestReport(t *testing.T) {

t.Run("ok", func(t *testing.T) {
result := td.crowdfundCmd.reportHandler(nil, td.crowdfundCmd.subCmdReport, nil)
assert.False(t, result.Successful)
assert.True(t, result.Successful)
})
}

0 comments on commit 8208ed7

Please sign in to comment.