Skip to content

Commit

Permalink
ANPL-765 NB Stripout not working for users (#74)
Browse files Browse the repository at this point in the history
* ANPL-765 NB Stripout not working for users
fix inconsistent test
  • Loading branch information
neillturner authored Feb 10, 2022
1 parent 777ea75 commit 9861a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allspark-notebook/tests/controls/pip_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

describe command('pip --version') do
its('exit_status') { should eq 0 }
its('stdout') { should match /pip 22.0.3/ }
its('stdout') { should match /pip 2/ }
end
end

Expand Down

0 comments on commit 9861a68

Please sign in to comment.