mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Update unit test data
This commit is contained in:
parent
47fbe03c14
commit
39126da5a2
@ -865,10 +865,10 @@ class FilemodLineTests(TestCase, LoaderModuleMockMixin):
|
||||
|
||||
:return:
|
||||
'''
|
||||
src = '<here is something>'
|
||||
assert 1 == filemod._starts_till(src=src, probe='<here quite something else>')
|
||||
assert 0 == filemod._starts_till(src=src, probe='<here is something>')
|
||||
assert -1 == filemod._starts_till(src=src, probe='<and here is something>')
|
||||
src = 'here is something'
|
||||
assert 1 == filemod._starts_till(src=src, probe='here quite something else')
|
||||
assert 0 == filemod._starts_till(src=src, probe='here is something')
|
||||
assert -1 == filemod._starts_till(src=src, probe='and here is something')
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user