modified comment

This commit is contained in:
Leif Liddy 2022-09-24 01:36:00 +02:00 committed by Megan Wilhite
parent 3f2f6286d8
commit 18ee7cff5c

View file

@ -364,8 +364,7 @@ def test_group_to_gid_int():
def test__get_flags():
"""
Tests if flags are passed in either of the following formats:
integer, single flag string, list of strings, regex flag
Test to ensure _get_flags returns a regex flag
"""
flags = 10
ret = filemod._get_flags(flags)