mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: js unit test when save dash (#11632)
This commit is contained in:
@@ -140,7 +140,7 @@ describe('dashboardState reducer', () => {
|
||||
{},
|
||||
);
|
||||
|
||||
const lastModifiedTime = Math.round(new Date().getTime() / 1000);
|
||||
const lastModifiedTime = new Date().getTime() / 1000;
|
||||
expect(
|
||||
dashboardStateReducer(
|
||||
{ hasUnsavedChanges: true },
|
||||
|
||||
Reference in New Issue
Block a user