8000 Fix incorrect reference to old package. · SWCodeG/testing-python-apps@0718bca · GitHub
[go: up one dir, main page]

Skip to content

Commit 0718bca

Browse files
committed
Fix incorrect reference to old package.
1 parent 42777eb commit 0718bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

section3/video_code/tests/system/app_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from unittest import TestCase
22
from unittest.mock import patch
33

4-
from section1.video_code import app
4+
from section3.video_code import app
55
from blog import Blog
66
from post import Post
77

0 commit comments

Comments
 (0)
0