From 0132cf184b0e81937b5e7537c4e22cda6391a917 Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Mon, 6 Dec 2021 22:59:29 -0500 Subject: [PATCH] fix(e2e): update another expected timestamp --- cypress/integration/api/student-competencies.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/api/student-competencies.js b/cypress/integration/api/student-competencies.js index 494a34822..1319ee738 100644 --- a/cypress/integration/api/student-competencies.js +++ b/cypress/integration/api/student-competencies.js @@ -79,7 +79,7 @@ describe('/cbl/student-competencies API', () => { TargetLevel: 9, DemonstratedLevel: 9, Override: false, - DemonstrationDate: 1546304460 + DemonstrationDate: 1546300860 }); }); });