7 lines
165 B
Python
7 lines
165 B
Python
from betterproto.tests.output_betterproto.bool.bool import Test
|
|
|
|
|
|
def test_value():
|
|
message = Test()
|
|
assert not message.value, "Boolean is False by default"
|