Skip to content

Commit

Permalink
Fix reference to our testing tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Apr 12, 2017
1 parent 320ace2 commit af3b45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/export_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit af3b45a

Please sign in to comment.