Skip to content

Commit 6344fd2

Browse files
Fix typo in test file
1 parent ddb16a0 commit 6344fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ingest_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
class TestSubsample(unittest.TestCase):
3333
AMOUNT_OF_NUMERIC_BINS = 20
34-
CLUSTER_PATH = '../tests/data/test_1k_cluster_Data.csv'
34+
CLUSTER_PATH = '../tests/data/test_1k_cluster_data.csv'
3535
CELL_METADATA_PATH = '../tests/data/subsample_metadata_test.csv'
3636

3737
EXPONENT = -3

0 commit comments

Comments
 (0)