Skip to content

Commit

Permalink
test: fix unit test for activity
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatrhd committed May 30, 2024
1 parent 00e5dc6 commit a398dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/appeal/activity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func TestListActivities(t *testing.T) {
appeal.AuditKeyReject,
appeal.AuditKeyAddApprover,
appeal.AuditKeyDeleteApprover,
appeal.AuditKeyUpdate,
},
AppealID: appealID,
}).Return(dummyAuditLogs, nil)
Expand Down

0 comments on commit a398dde

Please sign in to comment.