Skip to content

Commit

Permalink
Fix client unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
haritsfahreza committed Jul 9, 2018
1 parent 7629fd2 commit 658fc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ func TestDefaultEnvironmentType(t *testing.T) {
is := is.New(t)

midclient := midtrans.NewClient()
is.Equal(midtrans.Sandbox, midclient.ApiEnvType)
is.Equal(midtrans.Sandbox, midclient.APIEnvType)
}

0 comments on commit 658fc62

Please sign in to comment.