mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-28 00:48:12 +08:00
Add tests to the Ellipse, Artboard, and Fill tools (#2181)
* Add ellipse tests * Add tests for fill tool and re-enable some other tests * Code review * Fix Rust crate advisory --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
co-authored by
Keavon Chambers
parent
1190e82322
commit
b171eeba84
@@ -923,12 +923,12 @@ mod test {
|
||||
assert_eq!(
|
||||
ids,
|
||||
vec![
|
||||
NodeId(907133870432995942),
|
||||
NodeId(13049623730817360317),
|
||||
NodeId(2177355904460308500),
|
||||
NodeId(17479234042764485524),
|
||||
NodeId(10988236038173832469),
|
||||
NodeId(11097818235165626738),
|
||||
NodeId(10795919842314709924),
|
||||
NodeId(5986931472261716476),
|
||||
NodeId(1689970140162147057),
|
||||
NodeId(17084072420335757359),
|
||||
NodeId(17163508657634907814),
|
||||
NodeId(3540151743833532788)
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user