Skip to content

Commit 39b1b26

Browse files
committed
Adjust assertion for new version of Tokio
1 parent 8cfa7b2 commit 39b1b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/spec/features/tools_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def code_with_undefined_behavior
6464
expect(page).to have_content('core::fmt::Arguments::new_v1')
6565

6666
# Third-party procedural macro
67-
expect(page).to have_content('block_on(async')
67+
expect(page).to have_content('block_on(body)')
6868

6969
# User-specified declarative macro
7070
expect(page).to have_content('fn created_by_macro() -> i32 { 42 }')

0 commit comments

Comments
 (0)