File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/stest/tron/wallet/precondition Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ public void beforeClass() {
141
141
blockingStubFull = WalletGrpc .newBlockingStub (channelFull );
142
142
}
143
143
144
- @ Test (enabled = false )
144
+ @ Test (enabled = true )
145
145
public void test1CreateProposal () {
146
146
ChainParameters chainParameters = blockingStubFull
147
147
.getChainParameters (EmptyMessage .newBuilder ().build ());
@@ -168,9 +168,9 @@ public void test1CreateProposal() {
168
168
if (getChainParameters .get ().getChainParameter (32 ).getValue () == 0L ) {
169
169
proposalMap .put (28L , 1L );
170
170
}
171
- /* if (getChainParameters.get().getChainParameter(31).getValue() == 0L) {
171
+ if (getChainParameters .get ().getChainParameter (31 ).getValue () == 0L ) {
172
172
proposalMap .put (29L , 1L );
173
- }*/
173
+ }
174
174
175
175
if (proposalMap .size () >= 1 ) {
176
176
You can’t perform that action at this time.
0 commit comments