Compare commits
1 Commits
334e2ef3ea
...
92bfb55f87
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92bfb55f87 |
@@ -292,6 +292,6 @@ mod tests {
|
||||
let a = Tuple::new(1.0, -2.0, 3.0, -4.0);
|
||||
let result = Tuple::new(0.5, -1.0, 1.5, -2.0);
|
||||
|
||||
assert_eq!(result, a / 2.0);
|
||||
assert_eq!(result, a /2.0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user