Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jun 13, 2024
1 parent 7f84990 commit c1620d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/test/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

// Test that every Soroban RPC version (within the current protocol) can migrate cleanly to the current version
// We cannot test prior protocol versions since the Transaction XDR used for the test would be incompatible
// We cannot test prior protocol versions since the Transaction XDR used for the test could be incompatible
func TestMigrate(t *testing.T) {
if GetCoreMaxSupportedProtocol() != MaxSupportedProtocolVersion {
t.Skip("Only test this for the latest protocol: ", MaxSupportedProtocolVersion)
Expand Down

0 comments on commit c1620d2

Please sign in to comment.