Skip to content

Commit

Permalink
Renamed model unit tests package
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Feb 9, 2015
1 parent 5d13458 commit a6ed26e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.gnucash.android.test.unit;
package org.gnucash.android.test.model;

import org.gnucash.android.model.Account;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.gnucash.android.test.unit;
package org.gnucash.android.test.model;

import java.math.BigDecimal;
import java.util.Currency;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.gnucash.android.test.unit;
package org.gnucash.android.test.model;

import junit.framework.TestCase;

Expand Down

0 comments on commit a6ed26e

Please sign in to comment.