Skip to content

Commit

Permalink
fix(test): test
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me committed Jan 12, 2021
1 parent 6c663fe commit ed272d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gaussian/gaussian.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ mod tests {

// Into Gaussian
let gaussian: Gaussian<_> = input.into();
assert_eq!(input, (gaussian.mu, gaussian.sigma, gaussian.a));
assert_eq!(input, (gaussian.mu, gaussian.sigma, gaussian.a))
}

#[test]
Expand Down

0 comments on commit ed272d8

Please # to comment.