diff --git a/samples/snippets/export_test.py b/samples/snippets/export_test.py index 99b78f8e4..b53b8978f 100644 --- a/samples/snippets/export_test.py +++ b/samples/snippets/export_test.py @@ -16,7 +16,7 @@ import random import string -from gcp.testing import eventually_consistent +from gcp_devrel.testing import eventually_consistent from google.cloud import logging import pytest diff --git a/samples/snippets/snippets_test.py b/samples/snippets/snippets_test.py index 86eac1180..f22fbc8f1 100644 --- a/samples/snippets/snippets_test.py +++ b/samples/snippets/snippets_test.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from gcp.testing import eventually_consistent +from gcp_devrel.testing import eventually_consistent from google.cloud import logging import pytest