Skip to content

Commit

Permalink
Update processing test to reflect that more molecules succeed in spli…
Browse files Browse the repository at this point in the history
…ning now
  • Loading branch information
SylviaWhittle committed Oct 16, 2023
1 parent a7f20f6 commit e8778d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,4 +497,4 @@ def test_run_dnatracing(process_scan_config: dict, tmp_path: Path) -> None:

assert isinstance(dnatracing_df, pd.DataFrame)
assert dnatracing_df.shape[0] == 13
assert len(dnatracing_df.columns) == 23
assert len(dnatracing_df.columns) == 26

0 comments on commit e8778d8

Please sign in to comment.