Skip to content

Commit

Permalink
Replace 'blacklist' with 'blocklist' (#3006)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockcs1992 committed Jun 10, 2020
1 parent 0d69a79 commit 36f0ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/helpers/parseHeaders.spec.js
Expand Up @@ -33,7 +33,7 @@ describe('helpers::parseHeaders', function () {

it('should handle duplicates', function() {
var parsed = parseHeaders(
'Age: age-a\n' + // age is in ignore duplicates blacklist
'Age: age-a\n' + // age is in ignore duplicates blocklist
'Age: age-b\n' +
'Foo: foo-a\n' +
'Foo: foo-b\n'
Expand Down

2 comments on commit 36f0ad2

@bigmeow
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is your job not saturated enough?

@mchalecki
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Racism is no more. Great job

Please sign in to comment.