Skip to content

Commit

Permalink
Changed the github path to the csv to the main branch now that the ch…
Browse files Browse the repository at this point in the history
…anges have been merged
  • Loading branch information
jcadam14 committed Dec 13, 2023
1 parent 284109f commit d45a54b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_csv_differences.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ def test_csv_differences(self):
]

csv_df = pd.read_csv(
# "https://raw.githubusercontent.com/cfpb/sbl-content/main/fig-files/validation-spec/2024-validations.csv"
"https://raw.githubusercontent.com/cfpb/sbl-content/18-csv-updates-to-fix-discrepancies/fig-files/validation-spec/2024-validations.csv"
"https://raw.githubusercontent.com/cfpb/sbl-content/main/fig-files/validation-spec/2024-validations.csv"
)
csv_descs = list(zip(csv_df.validation_id, csv_df.type, csv_df.description))

Expand Down

0 comments on commit d45a54b

Please sign in to comment.