Updated tests again

Removed left over bits from testing mkvpropedit
This commit is contained in:
Boosh1 2024-01-10 19:53:01 +00:00
parent eb92f001be
commit 0c925ded51

View file

@ -2,12 +2,6 @@
const _ = require('lodash'); const _ = require('lodash');
const run = require('../helpers/run'); const run = require('../helpers/run');
// Date stuff for mkvpropedit
const intStatsDays = 7; // Use 1 week threshold for new stats
let statsThresString = new Date(new Date().setDate(new Date().getDate() - intStatsDays)).toUTCString();
statsThresString = `${statsThresString.slice(0, 22)}:00 GMT`;
let datStatsString = new Date().toUTCString();
datStatsString = `${datStatsString.slice(0, 22)}:00 GMT`;
const tests = [ const tests = [
// Test 0 // Test 0
{ {