Skip to content

Commit 5d24062

Browse files
author
wangqqqqq
committed
change proposal switch on
1 parent b65490f commit 5d24062

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
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());
@@ -168,9 +168,9 @@ public void test1CreateProposal() {
168168
if (getChainParameters.get().getChainParameter(32).getValue() == 0L) {
169169
proposalMap.put(28L, 1L);
170170
}
171-
/*if (getChainParameters.get().getChainParameter(31).getValue() == 0L) {
171+
if (getChainParameters.get().getChainParameter(31).getValue() == 0L) {
172172
proposalMap.put(29L, 1L);
173-
}*/
173+
}
174174

175175
if (proposalMap.size() >= 1) {
176176

0 commit comments

Comments
 (0)