File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515import 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
2222class 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
You can’t perform that action at this time.
0 commit comments