Skip to content

Commit 2e8c5d9

Browse files
author
wangqqqqq
committed
Change proposal switch on
1 parent aa423e4 commit 2e8c5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/stest/tron/wallet/precondition/StressPrecondition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public void beforeClass() {
141141
blockingStubFull = WalletGrpc.newBlockingStub(channelFull);
142142
}
143143

144-
@Test(enabled = false)
144+
@Test(enabled = true)
145145
public void test1CreateProposal() {
146146
ChainParameters chainParameters = blockingStubFull
147147
.getChainParameters(EmptyMessage.newBuilder().build());

0 commit comments

Comments
 (0)