Skip to content

Commit

Permalink
Better docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Aug 16, 2023
1 parent 9b52313 commit 4bffd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/allmydata/test/test_storage_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ def add_one_server(x):
self.assertTrue(done.called)

def test_should_we_use_http_default(self):
"""Default is to use HTTP; this will change eventually"""
"""Default is to use HTTP."""
basedir = self.mktemp()
node_config = config_from_string(basedir, "", "")
announcement = {ANONYMOUS_STORAGE_NURLS: ["pb://..."]}
Expand Down

0 comments on commit 4bffd56

Please sign in to comment.