Skip to content

Commit

Permalink
try to address the failed test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao2 committed Sep 27, 2022
1 parent e81803f commit 0c894b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datascience-notebook/tests/controls/jupyter_lab_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

describe command('jupyter-lab --version') do
its('exit_status') { should eq 0 }
its('stdout') { should match /3.1.11/ }
its('stdout') { should match /3.4.7/ }
end
end

0 comments on commit 0c894b9

Please sign in to comment.