chore: update pre-commit hooks

This commit is contained in:
Henry Schreiner
2021-07-12 14:56:06 -04:00
committed by Henry Schreiner
parent 75090647ce
commit 84fdadfbcc
4 changed files with 10 additions and 9 deletions

View File

@@ -321,7 +321,7 @@ def test_bind_protected_functions():
def test_brace_initialization():
""" Tests that simple POD classes can be constructed using C++11 brace initialization """
"""Tests that simple POD classes can be constructed using C++11 brace initialization"""
a = m.BraceInitialization(123, "test")
assert a.field1 == 123
assert a.field2 == "test"