There was an error while loading. Please reload this page.
1 parent 5c25152 commit caa183fCopy full SHA for caa183f
1 file changed
src/config.rs
@@ -2102,7 +2102,9 @@ mod placeholder_key_tests {
2102
2103
#[test]
2104
fn rejects_placeholder_keyword() {
2105
- assert!(provider_with_key("my_placeholder_key").resolve_api_key().is_err());
+ assert!(provider_with_key("my_placeholder_key")
2106
+ .resolve_api_key()
2107
+ .is_err());
2108
}
2109
2110
0 commit comments