summaryrefslogtreecommitdiffstats
path: root/client/src/test
diff options
context:
space:
mode:
authoryehzu <yehzu2@gmail.com>2020-01-07 21:06:07 +0800
committeryehzu <yehzu2@gmail.com>2020-01-07 21:14:43 +0800
commitb5fd54477629b50e5ccdc26d1db3b35a3b2e18a1 (patch)
tree3b8c3443841f024e078488a76518f32df3ee00f3 /client/src/test
parentd915a9ec3c90d6b72eac9dfd79c64d6b7ce90391 (diff)
move root package to "ai.vespa"
Diffstat (limited to 'client/src/test')
-rw-r--r--client/src/test/groovy/ai/vespa/client/dsl/QTest.groovy (renamed from client/src/test/groovy/com/yahoo/vespa/client/dsl/QTest.groovy)2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/test/groovy/com/yahoo/vespa/client/dsl/QTest.groovy b/client/src/test/groovy/ai/vespa/client/dsl/QTest.groovy
index ef87bdd3688..e363a9bcc13 100644
--- a/client/src/test/groovy/com/yahoo/vespa/client/dsl/QTest.groovy
+++ b/client/src/test/groovy/ai/vespa/client/dsl/QTest.groovy
@@ -1,5 +1,5 @@
// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package com.yahoo.vespa.client.dsl
+package ai.vespa.client.dsl
import spock.lang.Specification