Skip to content

Commit f439506

Browse files
committed
fix import
1 parent 156ee0f commit f439506

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elasticsearch/src/http/transport.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ pub mod tests {
12671267
}
12681268

12691269
#[test]
1270-
fn set_credentials() -> anyhow::Result<()> {
1270+
fn set_credentials() -> Result<(), failure::Error> {
12711271
let t1: Transport = TransportBuilder::new(SingleNodeConnectionPool::default())
12721272
.auth(Credentials::Basic("foo".to_string(), "bar".to_string()))
12731273
.build()?;

0 commit comments

Comments
 (0)