Skip to content

Commit bb234c8

Browse files
committed
Fix package name in tests
1 parent fdae7e3 commit bb234c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_ipython_pygments_lexers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from pygments.token import Token
99
from pygments.lexers import BashLexer
1010

11-
import pygments_lexers_ipython as lexers
11+
import ipython_pygments_lexers as lexers
1212

1313
pyg214 = tuple(int(x) for x in pygments_version.split(".")[:2]) >= (2, 14)
1414

0 commit comments

Comments
 (0)