Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Aug 1, 2023
1 parent 645251a commit 91af54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/test_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ def test_labextensions():
# jupyter labextension lists outputs to stderr
out = proc.stderr.decode()
enabled_ok_pattern = re.compile(fr"{e}.*enabled.*OK")
matches = enabled_ok_pattern.search(proc.stderr.decode())
matches = enabled_ok_pattern.search(out)
assert matches is not None

0 comments on commit 91af54a

Please sign in to comment.