Skip to content

Commit

Permalink
Uncomment ChainWriter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
reductionista committed Feb 27, 2025
1 parent ea86d52 commit a93c004
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions integration-tests/relayinterface/chain_components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,9 @@ func RunChainComponentsSolanaTests[T WrappedTestingT[T]](t T, it *SolanaChainCom
}},
}

if false {
RunTests(t, it, testCases)
}
RunTests(t, it, testCases)
RunContractReaderTests(t, it)
//RunChainWriterTests(t, it)
RunChainWriterTests(t, it)
}

func RunChainComponentsInLoopSolanaTests[T WrappedTestingT[T]](t T, it ChainComponentsInterfaceTester[T]) {
Expand Down

0 comments on commit a93c004

Please sign in to comment.