You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
['Your CodeCatalyst Dev Environment has been inactive for 55 minutes, and will stop soon.',55],
])
})
Log of Test Failure
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
{
message: 'Your CodeCatalyst Dev Environment has been inactive for 55 minutes, and will stop soon.',
+ minute: 54
- minute: 55
}
at assertMessagesShown (/codebuild/output/src1534573611/src/github.com/aws/aws-toolkit-vscode/packages/core/src/testInteg/codecatalyst/devEnv.test.ts:144:20)
at async Context.<anonymous> (/codebuild/output/src1534573611/src/github.com/aws/aws-toolkit-vscode/packages/core/src/testInteg/codecatalyst/devEnv.test.ts:76:9)
+ expected - actual
{
"message": "Your CodeCatalyst Dev Environment has been inactive for 55 minutes, and will stop soon."
- "minute": 54
+ "minute": 55
}
Additional Information
Integ test
The text was updated successfully, but these errors were encountered:
Test Details
aws-toolkit-vscode/packages/core/src/testInteg/codecatalyst/devEnv.test.ts
Lines 72 to 79 in 2af8b45
Log of Test Failure
Additional Information
Integ test
The text was updated successfully, but these errors were encountered: