Skip to content

Commit e168dfd

Browse files
committed
messed up package name
1 parent e465726 commit e168dfd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/test_stream_update.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
import unittest
1616

17-
import foo_package
18-
from foo_package.models.stream_update import StreamUpdate # noqa: E501
19-
from foo_package.rest import ApiException
17+
import stitch_connect_client
18+
from stitch_connect_client.models.stream_update import StreamUpdate # noqa: E501
19+
from stitch_connect_client.rest import ApiException
2020

2121

2222
class TestStreamUpdate(unittest.TestCase):
@@ -31,7 +31,7 @@ def tearDown(self):
3131
def testStreamUpdate(self):
3232
"""Test StreamUpdate"""
3333
# FIXME: construct object with mandatory attributes with example values
34-
# model = foo_package.models.stream_update.StreamUpdate() # noqa: E501
34+
# model = stitch_connect_client.models.stream_update.StreamUpdate() # noqa: E501
3535
pass
3636

3737

0 commit comments

Comments
 (0)