Skip to content

Commit

Permalink
stellar#4757: removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Feb 7, 2023
1 parent 2a8549c commit 5b343fb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions services/horizon/internal/integration/sac_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package integration
import (
"context"
"crypto/sha256"
"os"
"testing"

"github.com/stellar/go/amount"
Expand All @@ -28,12 +27,6 @@ const sac_contract = "soroban_sac_test.wasm"
//

func TestContractMintToAccount(t *testing.T) {

os.Setenv("HORIZON_INTEGRATION_TESTS_ENABLED", "true")
os.Setenv("HORIZON_INTEGRATION_TESTS_CORE_MAX_SUPPORTED_PROTOCOL", "20")
os.Setenv("HORIZON_INTEGRATION_TESTS_DOCKER_IMG", "sreuland/stellar-core:19.7.1-1193.3a201d2b5.focal-soroban")


if integration.GetCoreMaxSupportedProtocol() < 20 {
t.Skip("This test run does not support less than Protocol 20")
}
Expand Down

0 comments on commit 5b343fb

Please sign in to comment.