mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
chore: update pre-commit hooks
This commit is contained in:
committed by
Henry Schreiner
parent
75090647ce
commit
84fdadfbcc
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user