Skip to content

Commit 68078a3

Browse files
Jon Wayne Parrottbusunkim96
Jon Wayne Parrott
authored andcommitted
Fix reference to our testing tools
1 parent ec152a2 commit 68078a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/snippets/export_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import random
1717
import string
1818

19-
from gcp.testing import eventually_consistent
19+
from gcp_devrel.testing import eventually_consistent
2020
from google.cloud import logging
2121
import pytest
2222

samples/snippets/snippets_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 logging
1717
import pytest
1818

0 commit comments

Comments
 (0)