aboutsummaryrefslogtreecommitdiffstats
path: root/tests/basic.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-13 14:39:14 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-13 14:39:14 -0500
commitf0c07dfee8b65a36033943f888c1da5f8ec96098 (patch)
tree4382c61dc122c639b4cd062abdd42a43b2cc5555 /tests/basic.rs
parent5244bfcd2b67ab6bf808750326de1e08e52c4f2f (diff)
downloadtextmode-f0c07dfee8b65a36033943f888c1da5f8ec96098.tar.gz
textmode-f0c07dfee8b65a36033943f888c1da5f8ec96098.zip
clean up examples to make a bare `cargo test` work
Diffstat (limited to 'tests/basic.rs')
-rw-r--r--tests/basic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic.rs b/tests/basic.rs
index c18477b..e0856fb 100644
--- a/tests/basic.rs
+++ b/tests/basic.rs
@@ -25,7 +25,7 @@ fn test_basic() {
#[test]
fn test_async() {
- let mut fixture = fixtures::Fixture::new("async");
+ let mut fixture = fixtures::Fixture::new("basic");
fixture.features("async");
fixture.build().run(&[], |pty| {
pty.write_all(b"a").unwrap();