Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Mar 4, 2024
1 parent 24d52ee commit 23f5907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ describe('Flyout', () => {
await component.instance().import();
expect(importFileMock.mock.calls[0][2]).toMatchInlineSnapshot(`
Object {
"createNewCopies": false,
"createNewCopies": true,
"overwrite": true,
"workspaces": Array [
"foo",
Expand Down

0 comments on commit 23f5907

Please sign in to comment.