Skip to content

Commit

Permalink
fix(e2e): adjust expected timestamps
Browse files Browse the repository at this point in the history
After fix to ActiveRecord DST date parsing, the previous expected date was incorrect
  • Loading branch information
themightychris committed Dec 7, 2021
1 parent 6ec90c1 commit 0de577e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/api/student-competencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('/cbl/student-competencies API', () => {
expect(response.body.data).to.include({
ID: 1,
Class: 'Slate\\CBL\\StudentCompetency',
Created: 1546401845,
Created: 1546398245,
CreatorID: 2,
StudentID: 4,
CompetencyID: 1,
Expand Down Expand Up @@ -70,7 +70,7 @@ describe('/cbl/student-competencies API', () => {
expect(response.body.data.effectiveDemonstrationsData['1'][0]).to.include({
ID: 1,
Class: 'Slate\\CBL\\Demonstrations\\DemonstrationSkill',
Created: 1546401845,
Created: 1546398245,
CreatorID: 3,
Modified: null,
ModifierID: null,
Expand Down

0 comments on commit 0de577e

Please sign in to comment.