Skip to content

Commit

Permalink
fix typo in datafile name (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
poornas authored and nitisht committed Jun 30, 2017
1 parent b54eac0 commit 4f719c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/core/minio-py/functional_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def put_object(client, bucket_name, object_name):
_log_test()
found = client.bucket_exists(bucket_name)
assert found == True
testfile = data_dir + "/" + "datafie-100-kB"
testfile = data_dir + "/" + "datafile-100-kB"

file_stat = os.stat(testfile)

Expand Down

0 comments on commit 4f719c6

Please sign in to comment.