Skip to content

Commit 1562794

Browse files
committed
Update tests
1 parent 2947264 commit 1562794

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
pull_request:
55
paths:
66
- 'tests/**.py'
7-
- 'pypipeline/**.py'
7+
- 'borkpipeline/**.py'
88
push:
99
paths:
1010
- 'tests/**.py'
11-
- 'pypipeline/**.py'
11+
- 'borkpipeline/**.py'
1212

1313
jobs:
1414
build:

tests/test_pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from pypipeline.pipeline import Pipeline
1+
from borkpipeline.pipeline import Pipeline
22
import unittest
33

44
class TestPipeline(unittest.TestCase):

0 commit comments

Comments
 (0)