diff --git a/README.md b/README.md index c5c63b0..ac91cfb 100644 --- a/README.md +++ b/README.md @@ -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 ## Completness diff --git a/api_test.go b/api_test.go index 8f0d844..334cfbf 100644 --- a/api_test.go +++ b/api_test.go @@ -22,7 +22,7 @@ func TestMain(m *testing.M) { client = &TapestryClient{ tapestryApiBaseUrl: baseURL, apiKey: apiKey, - execution: ConfirmedParsed, + execution: ExecutionConfirmedParsed, blockchain: "SOLANA", }