Update tests to reflect new generated package structure

This commit is contained in:
boukeversteegh
2020-06-07 14:33:12 +02:00
parent d7ba27de2b
commit d8abb850f8
7 changed files with 8 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
import betterproto.tests.output_betterproto.casing.casing as casing
from betterproto.tests.output_betterproto.casing.casing import Test
import betterproto.tests.output_betterproto.casing as casing
from betterproto.tests.output_betterproto.casing import Test
def test_message_attributes():