mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-18 03:36:26 -07:00
Updated tests again
Removed left over bits from testing mkvpropedit
This commit is contained in:
parent
eb92f001be
commit
0c925ded51
1 changed files with 18 additions and 24 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue