mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-16 15:08:58 +00:00
trailing-whitespace eradication, no functional changes
This commit is contained in:
parent
20af973272
commit
1889af0e61
@ -25,11 +25,11 @@ class Literal(unittest.TestCase):
|
||||
self.failUnlessEqual(u2.get_size(), len(data))
|
||||
self.failUnless(u.is_readonly())
|
||||
self.failIf(u.is_mutable())
|
||||
|
||||
|
||||
def test_empty(self):
|
||||
data = "" # This data is some *very* small data!
|
||||
return self._help_test(data)
|
||||
|
||||
|
||||
def test_pack(self):
|
||||
data = "This is some small data"
|
||||
return self._help_test(data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user