ready to get a real token

This commit is contained in:
Bel LaPointe
2025-05-23 21:09:26 -06:00
parent 7a946b7604
commit c38e8529af
5 changed files with 28 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ import (
)
func Test(t *testing.T) {
teller.Token = "test_token_bfu2cyvq3il6o"
c, err := teller.New()
if err != nil {
t.Fatal(err)