Skip to content

Commit

Permalink
chore: bump continuum package to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Oct 10, 2024
1 parent 6b81987 commit bb1483c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions tests/integration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cypress-file-upload": "^5.0.8",
"cypress-plugin-tab": "^1.0.5",
"js-yaml": "^4.1.0",
"@continuum/continuum-javascript-professional": "file:./lib/continuum-continuum-javascript-professional-5.1.2.tgz"
"@continuum/continuum-javascript-professional": "file:./lib/continuum-continuum-javascript-professional-6.1.0.tgz"
},
"optionalDependencies": {
"cypress": "^13.6.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = (on, config) => {
(date.getUTCHours() + 2) +
':' +
date.getUTCMinutes();
const reportName = `AMP REPORT TEST ${todaysDate}`;
const reportName = `AMP REPORT ${todaysDate}`;

config.env.NAMESPACE_NAME = namespaceName;
config.env.STORAGE_CLASS_NAME = randomName;
Expand Down

0 comments on commit bb1483c

Please sign in to comment.