wip league admin tools
This commit is contained in:
@@ -162,7 +162,7 @@ describe('ProtestService', () => {
|
||||
const input = {
|
||||
protestId: 'protest-123',
|
||||
stewardId: 'steward-456',
|
||||
decision: 'upheld',
|
||||
decision: 'uphold',
|
||||
decisionNotes: 'Test notes',
|
||||
};
|
||||
|
||||
@@ -170,10 +170,7 @@ describe('ProtestService', () => {
|
||||
|
||||
await service.reviewProtest(input);
|
||||
|
||||
expect(mockApiClient.reviewProtest).toHaveBeenCalledWith({
|
||||
...input,
|
||||
enum: 'uphold',
|
||||
});
|
||||
expect(mockApiClient.reviewProtest).toHaveBeenCalledWith(input);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user