Skip to content

Commit

Permalink
Only run in protocol >= 22
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Oct 8, 2024
1 parent e86bd25 commit 03a36e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/soroban-rpc/internal/integrationtest/transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ func TestSendTransactionFailedInvalidXDR(t *testing.T) {
}

func TestContractCreationWithConstructor(t *testing.T) {

Check failure on line 206 in cmd/soroban-rpc/internal/integrationtest/transaction_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint

unnecessary leading newline (whitespace)

if infrastructure.GetCoreMaxSupportedProtocol() < 22 {
t.Skip("Only test this for protocol >= 22")
}
test := infrastructure.NewTest(t, nil)

test.UploadNoArgConstructorContract()
Expand Down

0 comments on commit 03a36e7

Please sign in to comment.