mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 12:02:48 +00:00
fix test errors
This commit is contained in:
@@ -31,10 +31,11 @@ describe('Tests for admin api', ()=>{
|
||||
const inputNotification = {
|
||||
title : 'Test Notification',
|
||||
text : 'This is a test notification',
|
||||
startAt : new Date(),
|
||||
stopAt : new Date(),
|
||||
startAt : new Date().toISOString(),
|
||||
stopAt : new Date().toISOString(),
|
||||
dismissKey : 'testKey'
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
const savedNotification = {
|
||||
...inputNotification,
|
||||
|
||||
Reference in New Issue
Block a user