Skip to content

Commit e8aee91

Browse files
Move test to a different package
1 parent 87beb89 commit e8aee91

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/src/test/java/watson/developer_cloud/http/NameValueTest.java renamed to tests/src/test/java/com/ibm/watson/developer_cloud/http/NameValueTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
*/
13-
package watson.developer_cloud.http;
13+
package com.ibm.watson.developer_cloud.http;
1414

1515
import static org.junit.Assert.assertEquals;
1616
import static org.junit.Assert.assertNotEquals;
@@ -20,8 +20,6 @@
2020
import org.junit.Before;
2121
import org.junit.Test;
2222

23-
import com.ibm.watson.developer_cloud.http.NameValue;
24-
2523
/**
2624
* The Class NameValueTest.
2725
*/

0 commit comments

Comments
 (0)