Skip to content

Commit

Permalink
Adjust test for new import path
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Sep 13, 2024
1 parent 2d88bf9 commit 08c9ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/spec/features/assistance_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
click_on("Build")

within(:output, :stderr) do
click_on("use core::num::NonZeroU128;")
click_on("use std::num::NonZeroU128;")
end

expect(editor).to have_line 'use core::num::NonZeroU128;'
expect(editor).to have_line 'use std::num::NonZeroU128;'
end

scenario "triggering a panic offers enabling backtraces" do
Expand Down

0 comments on commit 08c9ff2

Please sign in to comment.