HelmetJs what i'm doing wrong

let helmet = require('helmet');

app.use(helmet());
app.use(helmet.hidePoweredBy());

This is the error I 'm getting.

// running test
expected ‘Express’ to not equal ‘Express’
// tests completed

remove
2nd line

app.use(helmet());