Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Commit

Permalink
Worked on storage allocator, did some terrible code there :D
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmartinelli committed Mar 19, 2014
1 parent 8e4de49 commit fd450df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cuckoodrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_write_small_file_returns_location_with_most_free_space(self, allocator)
allocations = allocator.allocate(filesize)
#Assert
assert StorageAllocation((mb(0), mb(30)), self.dropbox) == allocations[0]

def test_write_big_file_returns_multiple_allocations(self, allocator):
#Arrange
filesize = mb(330)
Expand Down

0 comments on commit fd450df

Please sign in to comment.