changed params

This commit is contained in:
Ryan O'Hara-Reid
2017-04-18 15:07:01 +10:00
parent 7e4a737f41
commit 24adff9535

View File

@@ -395,7 +395,7 @@ func TestCreateAccount(t *testing.T) {
CreateAccount := Alphapoint{}
CreateAccount.SetDefaults()
err := CreateAccount.CreateAccount("test", "account", "oharareid.ryan@gmail.com", "0433588258", "lolcat123")
err := CreateAccount.CreateAccount("test", "account", "something@something.com", "0292383745", "lolcat123")
if err != nil {
t.Errorf("Test Failed - Init error: %s", err)
}