trustgraph / trustgraph-holochain

Apache License 2.0
24 stars 3 forks source link

Test for 900 and 901 bytes #90

Open dauphin3 opened 1 year ago

dauphin3 commented 1 year ago

TODO: Let's make sure there is a test with 900 bytes and 901 bytes // if chunks[1].as_bytes().len() > 900 && chunks[4] == "" { // return Err(wasm_error!( // "LinkTag format error - content > 900 bytes must have extra entry hash" // )); // }