Skip to content

Commit d6920fa

Browse files
committed
wip
1 parent 82b4660 commit d6920fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

tests/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ where
160160
type Error = Error;
161161

162162
fn test(self) -> tensile::TestFuture<Self::Error> {
163-
Box::pin(self.0)
163+
tensile::Future(self.0).test()
164164
}
165165
}
166166

0 commit comments

Comments
 (0)