Skip to content

Commit

Permalink
Fix migration's path to services.deprecated (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e authored Feb 28, 2024
1 parent 369bea8 commit c3bf11e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const runnableTestsResolver = require('../resolvers/TestPlanReport/runnableTests
const finalizedTestResultsResolver = require('../resolvers/TestPlanReport/finalizedTestResultsResolver');
const {
updateTestPlanReport
} = require('../models/services/TestPlanReportService');
} = require('../models/services.deprecated/TestPlanReportService');

/** @type {import('sequelize-cli').Migration} */
module.exports = {
Expand Down

0 comments on commit c3bf11e

Please sign in to comment.