conversions web5
This commit is contained in:
@@ -121,6 +121,10 @@ mod tests {
|
||||
assert!(html.contains("CZK"), "{html}");
|
||||
assert!(html.contains("ecb"), "{html}");
|
||||
assert!(html.contains("Ready"), "{html}");
|
||||
assert!(
|
||||
!html.contains("Use this provider for future conversions"),
|
||||
"{html}"
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user