File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ mod integration_tests {
234
234
235
235
#[ test]
236
236
fn query_denom_metadata_with_missing_fields_fails ( ) {
237
- // Missing denom_units should be treated as default value (empty vec)
237
+ // Missing denom_units should throw an error
238
238
let json_missing_denom_units = json ! ( {
239
239
"description" : "Test Token" ,
240
240
"base" : "utest" ,
@@ -249,7 +249,7 @@ mod integration_tests {
249
249
serde_json:: from_value ( json_missing_denom_units) ;
250
250
assert ! ( json_missing_denom_units_metadata. is_err( ) ) ;
251
251
252
- // Missing aliases field should be treated as default (empty vec)
252
+ // Missing aliases field should throw an error
253
253
let json_missing_aliases = json ! ( {
254
254
"description" : "Test Token" ,
255
255
"denom_units" : [
You can’t perform that action at this time.
0 commit comments