Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eslavyansky committed May 19, 2018
1 parent 648e882 commit 86ec9c1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions user-authentication_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ func testLogin(t *testing.T, b *BitGo, params *TestParams) {
}
}

/*
// Current User Profile

func TestCurrentUserProfile(t *testing.T) {
Expand All @@ -42,8 +41,6 @@ func TestSessionInformation(t *testing.T) {
}
}

*/

// Lock

func TestLock(t *testing.T) {
Expand All @@ -68,11 +65,8 @@ func TestUnlock(t *testing.T) {
}
}

/*
// Login

func TestLogin(t *testing.T) {
b, params := getTestBitGo(t)

Expand All @@ -91,4 +85,3 @@ func TestLogout(t *testing.T) {
t.Fatal(err.Error())
}
}
*/

0 comments on commit 86ec9c1

Please sign in to comment.