mirror of
https://github.com/google/pebble.git
synced 2025-11-18 13:30:56 -05:00
spelling: acceptable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,7 @@ from log_hashing.check_elf_log_strings import check_dict_log_strings
|
|||||||
|
|
||||||
class TestCheckLogStrings(unittest.TestCase):
|
class TestCheckLogStrings(unittest.TestCase):
|
||||||
|
|
||||||
def test_some_acceptible_strings(self):
|
def test_some_acceptable_strings(self):
|
||||||
log_dict = {
|
log_dict = {
|
||||||
1: {'file': 'test.c', 'line': '1', 'msg': 'test %s'},
|
1: {'file': 'test.c', 'line': '1', 'msg': 'test %s'},
|
||||||
2: {'file': 'test.c', 'line': '2', 'msg': 'test %-2hx'},
|
2: {'file': 'test.c', 'line': '2', 'msg': 'test %-2hx'},
|
||||||
|
|||||||
Reference in New Issue
Block a user