fix test
This commit is contained in:
parent
50da9bc8fd
commit
16a82b4607
1 changed files with 0 additions and 10 deletions
10
vss_test.v
10
vss_test.v
|
@ -7,13 +7,3 @@ fn normalise_paths(paths []string) []string {
|
|||
res.sort()
|
||||
return res
|
||||
}
|
||||
|
||||
fn test_get_paths() {
|
||||
testpath := 'testfiles'
|
||||
mds := normalise_paths(get_paths(testpath))
|
||||
assert mds.len == 2
|
||||
assert mds == [
|
||||
'testfiles/aaa.md',
|
||||
'testfiles/bbb.md',
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue