Skip to content

Commit

Permalink
chore(ci): fix integration test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
zaripych committed Sep 11, 2020
1 parent 774fea8 commit cb3bdca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__integration-tests__/forwardedCommands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('after op is installed', () => {
},
Object {
"command": "help",
"description": "Get help for a command.",
"description": "Get help for a command",
},
Object {
"command": "list",
Expand Down Expand Up @@ -82,7 +82,7 @@ describe('after op is installed', () => {
},
Object {
"command": "update",
"description": "Check for updates",
"description": "Check for and download updates",
},
]
`);
Expand Down

0 comments on commit cb3bdca

Please sign in to comment.