Skip to content

Commit 1021828

Browse files
authored
Merge pull request #7 from PeaceWorksTechnologySolutions/update-mkvaluechecking-test
Update test to not expect object attributes to raise exception if you
2 parents 58f9478 + 6d41761 commit 1021828

File tree

1 file changed

+1
-1
lines changed
  • webware/MiddleKit/Tests/MKTypeValueChecking.mkmodel

1 file changed

+1
-1
lines changed

webware/MiddleKit/Tests/MKTypeValueChecking.mkmodel/TestEmpty.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Blarg(object):
3434
typeErrors(f, blarg)
3535
typeErrors(f, sys.stdout)
3636
typeErrors(f, 1.0, ['f'])
37-
typeErrors(f, 1, 'b i l f'.split())
37+
typeErrors(f, 1, 'b i l f bar'.split())
3838

3939
# ValueErrors and others
4040
try:

0 commit comments

Comments
 (0)