File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
stackslib/src/net/api/tests Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,6 @@ fn test_try_make_response() {
110
110
std:: str :: from_utf8( & response. try_serialize( ) . unwrap( ) ) . unwrap( )
111
111
) ;
112
112
113
- assert_eq ! (
114
- response. preamble( ) . get_canonical_stacks_tip_height( ) ,
115
- Some ( 1 )
116
- ) ;
117
-
118
113
let resp = response. decode_atlas_attachments_inv_response ( ) . unwrap ( ) ;
119
114
120
115
// there should be a bit set in the inventory vector
@@ -128,11 +123,6 @@ fn test_try_make_response() {
128
123
"Response:\n {}\n " ,
129
124
std:: str :: from_utf8( & response. try_serialize( ) . unwrap( ) ) . unwrap( )
130
125
) ;
131
-
132
- assert_eq ! (
133
- response. preamble( ) . get_canonical_stacks_tip_height( ) ,
134
- Some ( 1 )
135
- ) ;
136
126
let resp = response. decode_atlas_attachments_inv_response ( ) . unwrap ( ) ;
137
127
138
128
// this is a HTTP 200, but no bits are set
You can’t perform that action at this time.
0 commit comments