Skip to content

Commit

Permalink
Move test to a different package
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Nov 1, 2016
1 parent 87beb89 commit e8aee91
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*/
package watson.developer_cloud.http;
package com.ibm.watson.developer_cloud.http;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
Expand All @@ -20,8 +20,6 @@
import org.junit.Before;
import org.junit.Test;

import com.ibm.watson.developer_cloud.http.NameValue;

/**
* The Class NameValueTest.
*/
Expand Down

0 comments on commit e8aee91

Please sign in to comment.