Skip to content

Commit

Permalink
Fix failing tests for misspelling of 'match'
Browse files Browse the repository at this point in the history
This was fixed in TriBITS as caught by codespell.

Signed-off-by: Roscoe A. Bartlett <[email protected]>
  • Loading branch information
bartlettroscoe committed Feb 24, 2025
1 parent db88da6 commit 4851434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_junk_fail(self):
buildStatsTimingDict_expected = None
errMsg_expected = buildStatsTimingFile+": ERROR: Error, for CSV file"+\
" '"+buildStatsTimingFile+"' the data row 0 ['for this garbage'] has 1 entries"+\
" which does not macth the number of column headers 3!"
" which does not match the number of column headers 3!"
readBuildStatsTimingFileIntoDictTest(self, buildStatsTimingFile,
numKeys_expected, buildStatsTimingDict_expected, errMsg_expected)
# NOTE: The above test is very much tied to the implementation of
Expand Down

0 comments on commit 4851434

Please sign in to comment.