Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari-h committed Nov 11, 2024
1 parent c2511d8 commit 6d5b348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Tapestry Bindings for Go

[![API tests](https://github.com/Access-Labs-Inc/tapestry-go/actions/workflows/go.yml/badge.svg)](https://github.com/Access-Labs-Inc/tapestry-go/actions/workflows/go.yml)

Bindings for the Tapestry API documented at <https://tapestry.apidocumentation.com/reference>

## Completness
Expand Down
2 changes: 1 addition & 1 deletion api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func TestMain(m *testing.M) {
client = &TapestryClient{
tapestryApiBaseUrl: baseURL,
apiKey: apiKey,
execution: ConfirmedParsed,
execution: ExecutionConfirmedParsed,
blockchain: "SOLANA",
}

Expand Down

0 comments on commit 6d5b348

Please sign in to comment.