Skip to content

Commit

Permalink
Change test case expected to SPDX style
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed May 3, 2021
1 parent d863b9f commit 0d2d1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_from_meta(self):

table = create_licenses_table(args, output_fields)
license_columns = self._create_license_columns(table, output_fields)
license_notation_as_meta = 'BSD-3-Clause'
license_notation_as_meta = 'MIT'
self.assertIn(license_notation_as_meta, license_columns)

def test_from_classifier(self):
Expand Down

0 comments on commit 0d2d1d7

Please sign in to comment.