Skip to content

Commit

Permalink
DB: update mocked when, update fixtures ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Dec 17, 2024
1 parent 29f922b commit cc69ef5
Show file tree
Hide file tree
Showing 2 changed files with 2,616 additions and 2,928 deletions.
2 changes: 1 addition & 1 deletion test/e2e/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {testServerInfo} from './lib/server-info.js';
const isObj = o => o !== null && 'object' === typeof o && !Array.isArray(o);
const minute = 60 * 1000;

const T_MOCK = 1696921200 * 1000; // 2023-10-10T08:00:00+01:00
const T_MOCK = 1734591600 * 1000; // 2024-12-19T08:00+01:00
const when = createWhen(dbProfile.timezone, dbProfile.locale, T_MOCK);

const cfg = {
Expand Down
Loading

0 comments on commit cc69ef5

Please sign in to comment.