Skip to content

Commit

Permalink
update test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dkess committed Mar 20, 2019
1 parent d82e630 commit ed72e79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/account/creation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ def ldap_ocf():
assert next_uid == 999201

def test_reserved_uid(self):
"""Test that we skip over UIDs 61184-65519, the range of systemd
dynamic users.
"""Test that we skip over the reserved UID range of 61184-65535

This comment has been minimized.

Copy link
@kpengboy

kpengboy Mar 20, 2019

Member

Nit: period at end

"""

connection = mock.Mock(response=[
Expand Down

0 comments on commit ed72e79

Please sign in to comment.