Skip to content

Commit 8b85109

Browse files
Jon Wayne Parrottplamut
Jon Wayne Parrott
authored andcommitted
Fix reference to our testing tools
1 parent 3337d55 commit 8b85109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/snippets/publisher_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from gcp.testing import eventually_consistent
15+
from gcp_devrel.testing import eventually_consistent
1616
from google.cloud import pubsub
1717
import pytest
1818

samples/snippets/subscriber_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from gcp.testing import eventually_consistent
15+
from gcp_devrel.testing import eventually_consistent
1616
from google.cloud import pubsub
1717
import pytest
1818

0 commit comments

Comments
 (0)