Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Feb 9, 2016
1 parent 13ba8d8 commit 78a5482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config/test_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_generates_and_loads_macaroon_secret_key(self):
"was: %r" % (config.macaroon_secret_key,)
)

def test_load_suceeds_if_macaroon_secret_key_missing(self):
def test_load_succeeds_if_macaroon_secret_key_missing(self):
self.generate_config_and_remove_lines_containing("macaroon")
config1 = HomeServerConfig.load_config("", ["-c", self.file])
config2 = HomeServerConfig.load_config("", ["-c", self.file])
Expand Down

0 comments on commit 78a5482

Please sign in to comment.