Skip to content

Commit

Permalink
test: fix DoneAction test
Browse files Browse the repository at this point in the history
  • Loading branch information
jely2002 committed May 30, 2021
1 parent 9356712 commit 434211f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DoneAction.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const DoneAction = require("../modules/DoneAction");

jest.mock('execa');

const platforms = ["win32", "linux", "mac"];
const platforms = ["win32", "linux", "darwin"];
const actions = ["Lock", "Sleep", "Shutdown"];
const actionLength = [4, 3, 3];

Expand Down

0 comments on commit 434211f

Please sign in to comment.