Skip to content

Commit 6bc1e9c

Browse files
committed
minor fix in runtests
1 parent 0862d13 commit 6bc1e9c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

runtests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## If not available, some tests won't run
1313
p = Path(__file__)
1414
p.add2python('pulsar', up=1, down=('pulsar',), must_exist=False)
15-
p.add2python('synts', up=1, down=('dynts',), must_exist=False)
15+
p.add2python('dynts', up=1, down=('dynts',), must_exist=False)
1616

1717
from stdnet.test import nose, pulsar
1818

tests/regression/query/slice.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
'''Slice Query to obtain subqueries
2-
'''
1+
'''Slice Query to obtain subqueries.'''
32
from stdnet import test
43

54
from examples.models import Instrument

0 commit comments

Comments
 (0)