Skip to content

Commit

Permalink
debug linting
Browse files Browse the repository at this point in the history
  • Loading branch information
seshubaws committed Jan 29, 2024
1 parent 284d340 commit d01b657
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/data_masking/test_unit_data_masking.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def test_mask_dict_with_fields(data_masker):
}

# WHEN mask is called with a list of fields specified
# masked_string = data_masker.erase(data, fields=["a.'1'.None", "a..'4'"])
masked_string = data_masker.erase(data, fields=["a.'1'.None", "a..'4'"])

# THEN the result is only the specified fields are masked
Expand Down

0 comments on commit d01b657

Please sign in to comment.