Skip to content

Commit

Permalink
Change development status to production/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Dec 3, 2021
1 parent 3edd2c5 commit 327e330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
packages=find_packages(),
license='MIT',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
Expand Down
2 changes: 1 addition & 1 deletion tests/test_object_store_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def test_generate_url_write_permissions(self):
" access generated url")
else:
requests.put(url, data=content)

obj = test_bucket.objects.get(obj_name)
obj_content = [content for content in obj.iter_content()]
self.assertEqual(obj_content[0], content)
Expand Down

0 comments on commit 327e330

Please sign in to comment.