Skip to content

Commit

Permalink
Fix WASM integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Oct 27, 2023
1 parent 5928d06 commit db0fcc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,11 @@ fn test_compute_language_confidence_values() {
},
ConfidenceValue {
language: Language::French.to_string(),
confidence: 0.015343577281546793
confidence: 0.015343577281546781
},
ConfidenceValue {
language: Language::English.to_string(),
confidence: 0.014858949189216833
confidence: 0.01485894918921682
}
]
);
Expand Down
4 changes: 2 additions & 2 deletions tests/web.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,11 @@ fn test_compute_language_confidence_values() {
},
ConfidenceValue {
language: Language::French.to_string(),
confidence: 0.015343577281546793
confidence: 0.015343577281546781
},
ConfidenceValue {
language: Language::English.to_string(),
confidence: 0.014858949189216833
confidence: 0.01485894918921682
}
]
);
Expand Down

0 comments on commit db0fcc5

Please sign in to comment.