refactor: PR feedback
Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>pull/24376/head
parent
3096d76d77
commit
ceec4c9627
|
@ -872,8 +872,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn refill_buffer() {
|
||||
let mut buf: Vec<Option<ValuePair>> = Vec::new();
|
||||
buf.resize(2, None);
|
||||
let mut buf = vec![None; 2];
|
||||
let mut blocks = vec![
|
||||
BlockData::Float {
|
||||
i: 0,
|
||||
|
|
Loading…
Reference in New Issue