Skip to content

Commit 3a5f600

Browse files
committed
chore: fix linter error
1 parent e7951c0 commit 3a5f600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/processors/checkEmptyBranch.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const chai = require('chai');
22
const sinon = require('sinon');
33
const proxyquire = require('proxyquire');
4-
const { Action, Step } = require('../../src/proxy/actions');
4+
const { Action } = require('../../src/proxy/actions');
55

66
chai.should();
77
const expect = chai.expect;

0 commit comments

Comments
 (0)