Updated tests again

Removed left over bits from testing mkvpropedit
make-only-subtitle-default
Boosh1 2 years ago
parent eb92f001be
commit 0c925ded51

@ -2,12 +2,6 @@
const _ = require('lodash');
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 = [
// Test 0
{

Loading…
Cancel
Save