Skip to content

Commit 28d2035

Browse files
committed
Update test fixtures
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent d3bbed2 commit 28d2035

File tree

8 files changed

+14
-516
lines changed

8 files changed

+14
-516
lines changed

tests/test_stemming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from matchcode_toolkit import stemming
1616

1717

18-
def check_against_expected_code_file(results, expected_file, regen=True):
18+
def check_against_expected_code_file(results, expected_file, regen=False):
1919
"""
2020
Check that the ``results`` data are the same as the data in the
2121
``expected_file``.

tests/testfiles/stemming/c/main-stemmed.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
32
#include "includes.h"
43

54
#include "common.h"
@@ -69,4 +68,4 @@ int idf idf(HINSTANCE idf, HINSTANCE idf,
6968
idf();
7069

7170
return idf;
72-
}
71+
}

0 commit comments

Comments
 (0)