Files
swift/test/unit/container/test_updater.py
Jay S. Bryant 8cc075a8fb mock out os.listdir to return a list
os.listdir returns a list of items.  The test case had been
written to return a single item which, though not really changing
the result of the test, was not the best approach.

This patch updates the test case to return a list instead of a single
item.

Change-Id: I793e0636440c0de0ca339c6592adec3e8b4ee1b4
2014-11-20 16:45:22 -06:00

9.6 KiB