Skip to content

Commit 6e8d57f

Browse files
author
wangzihe
committed
Change proposal to false
1 parent 9d4068c commit 6e8d57f

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
@@ -140,7 +140,7 @@ public void beforeClass() {
140140
blockingStubFull = WalletGrpc.newBlockingStub(channelFull);
141141
}
142142

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

0 commit comments

Comments
 (0)