Skip to content

Commit

Permalink
Merge pull request #3 from fenollp/patch-1
Browse files Browse the repository at this point in the history
Fix typo in NoneSubjectTest.testInvalidOperation
  • Loading branch information
gpkwok authored Mar 8, 2021
2 parents 28a4b7a + 67be623 commit f0f9ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truth/truth_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2225,7 +2225,7 @@ def testInvalidOperation(self):
'ContainsAnyIn': ((None,),),
'ContainsAnyOf': (None,),
'ContainsExactlyElementsIn': ((None,),),
'ContainsNone': ((5,),),
'ContainsNoneIn': ((5,),),
'ContainsNoneOf': (5,),
'IsOrdered': (),
'IsOrderedAccordingTo': (truth.Cmp,),
Expand Down

0 comments on commit f0f9ae4

Please sign in to comment.