~xavi-garcia-mena/go-unityscopes/utils-setup-scopes-env

« back to all changes in this revision

Viewing changes to query_test.go

  • Committer: James Henstridge
  • Date: 2015-03-30 10:11:02 UTC
  • Revision ID: james@jamesh.id.au-20150330101102-claj42enxoz5csev
Update import paths for version 2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
import (
4
4
        . "gopkg.in/check.v1"
5
 
        "launchpad.net/go-unityscopes/v1"
 
5
        "launchpad.net/go-unityscopes/v2"
6
6
)
7
7
 
8
8
func (s *S) TestQuery(c *C) {