Skip to content

Commit

Permalink
removing trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sepulworld committed Jul 23, 2016
1 parent a4a88fa commit da1dc24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_aptly_file.rb
Expand Up @@ -34,10 +34,10 @@ def post_test_file(location)
def test_file_get
assert_includes file_api.file_get('/testdirfile').to_s, 'test_1.0_amd64.deb'
end

def test_file_get_no_file_uri
assert_equal '200', file_api.file_get('/').code.to_s
ensure
ensure
assert_equal '200', file_api.file_dir.code.to_s
end
end
Expand Down

0 comments on commit da1dc24

Please sign in to comment.