Skip to content

Commit

Permalink
style(storage, lint): remove unused declaration from e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jun 15, 2021
1 parent 694fad3 commit a480895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage/e2e/StorageTask.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
*/

const { PATH, seed, WRITE_ONLY_NAME } = require('./helpers');
const { PATH, WRITE_ONLY_NAME } = require('./helpers');

function snapshotProperties(snapshot) {
snapshot.should.have.property('state');
Expand Down

0 comments on commit a480895

Please sign in to comment.