conversions web5

This commit is contained in:
Filipriec
2026-08-24 10:44:56 +02:00
parent 6784969081
commit 83a7fc3015
5 changed files with 10 additions and 4 deletions

View File

@@ -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]