Skip to content

Commit

Permalink
fix entity
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Salo <[email protected]>
  • Loading branch information
singlesp and tsalo authored Feb 13, 2025
1 parent 36fd0bc commit 842cce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubids/tests/test_variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ def test_assign_variants_special_parameters(base_df):
result = assign_variants(base_df, ["HasFieldmap", "UsedAsFieldmap"])

# Check special parameter handling
assert "acquisition-VARIANTNoFmap_" in result.loc[1, "RenameEntitySet"]
assert "acquisition-VARIANTNoFmapUnused_" in result.loc[1, "RenameEntitySet"]
assert "acquisition-VARIANTIsUsed_" in result.loc[1, "RenameEntitySet"]

0 comments on commit 842cce8

Please sign in to comment.