Skip to content

Commit f092c39

Browse files
committed
Fix tests
1 parent 41ce5b5 commit f092c39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jupyter-to-medium"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
description = "Publish a Jupyter Notebook as a Medium blogpost"
55
authors = ["dexplo <[email protected]>"]
66
maintainers = ["mjam03 <[email protected]>"]

tests/test_post.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ._publish_to_medium import publish
1+
from jupyter_to_medium._publish_to_medium import publish
22

33

44
class TestPost:

0 commit comments

Comments
 (0)