File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1580,7 +1580,6 @@ mod tests {
15801580 . await
15811581 . expect ( "Could not serialize updates!" ) ;
15821582
1583- // Note: bye is filtered out:
15841583 assert_eq ! (
15851584 serialized_updates. to_bytes( ) . encode_hex( ) ,
15861585 "00000001000303e0070102686901010000000000000000000000000000000000000000000000000000000000000007"
Original file line number Diff line number Diff line change @@ -286,11 +286,6 @@ fn verify_expected_data_in_contracts(expected_value: f64) {
286286 ) ;
287287
288288 // Verify expected data is set to contract in ETH1
289- println ! ( "DEBUG: expected_value = {expected_value}" ) ;
290- let recvd_val = send_get_request (
291- format ! ( "127.0.0.1:{SEQUENCER_ADMIN_PORT}/get_key/ETH1/0:{FEED_ID}" ) . as_str ( ) ,
292- ) ;
293- println ! ( "DEBUG: recvd_val = {recvd_val}" ) ;
294289 assert ! (
295290 send_get_request(
296291 format!( "127.0.0.1:{SEQUENCER_ADMIN_PORT}/get_key/ETH1/0:{FEED_ID}" ) . as_str( )
You can’t perform that action at this time.
0 commit comments