Skip to content

Commit

Permalink
OpenBankProject#927 fixed the failed tests, fixed the wrong inheritance.
Browse files Browse the repository at this point in the history
  • Loading branch information
hongwei1 committed Feb 18, 2018
1 parent 11bbdc0 commit 53f074c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/scala/code/management/AccountsAPITest.scala
@@ -1,11 +1,10 @@
package code.management

import code.api.util.APIUtil.OAuth.{Consumer, Token, _}
import code.api.v1_2_1._
import code.setup.{APIResponse, DefaultUsers, PrivateUser2AccountsAndSetUpWithTestData, User1AllPrivileges}
import org.scalatest.Tag

class AccountsAPITest extends API1_2_1Test with User1AllPrivileges with DefaultUsers with PrivateUser2AccountsAndSetUpWithTestData {
class AccountsAPITest extends User1AllPrivileges with DefaultUsers with PrivateUser2AccountsAndSetUpWithTestData {

//define Tags
object Management extends Tag("Management")
Expand Down

0 comments on commit 53f074c

Please sign in to comment.