Skip to content

Commit

Permalink
✅ fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
chriamue committed Dec 30, 2023
1 parent dc3928c commit e960fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wasm/trainer/dataset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ mod tests {
let label_tool = LabelTool::new();
label_tool.push(annotations);
let dataset = create_dataset(&label_tool);
assert_eq!(dataset.len(), 11);
assert_eq!(dataset.len(), 1);
}
}

0 comments on commit e960fd5

Please sign in to comment.