File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -940,7 +940,7 @@ def _should_get_package_version_WHEN_valid(self):
940940 This helper method imports the package and extracts the __version__ attribute.
941941
942942 Returns:
943- packaging.version.Version -- A validated version object from the __version__ attrbute .
943+ packaging.version.Version -- A validated version object from the __version__ attribute .
944944 Raises:
945945 AssertionError -- If the version string is invalid or cannot be retrieved.
946946 ImportError -- If the multicast package cannot be imported.
Original file line number Diff line number Diff line change @@ -859,7 +859,7 @@ def test_invalid_Error_WHEN_cli_called_GIVEN_bad_input(self):
859859 err = None
860860 del err # skipcq - cleanup any error leaks early
861861 theResult = False
862- self .assertTrue (theResult , str ("""Could Not handle negitive inputs""" ))
862+ self .assertTrue (theResult , str ("""Could Not handle negative inputs""" ))
863863
864864
865865if __name__ == '__main__' :
You can’t perform that action at this time.
0 commit comments