From 485143479b8fa801b096852de9b24cabfec541bf Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Mon, 24 Feb 2025 11:19:52 -0700 Subject: [PATCH] Fix failing tests for misspelling of 'match' This was fixed in TriBITS as caught by codespell. Signed-off-by: Roscoe A. Bartlett --- .../build_stats/unit_tests/gather_build_stats_UnitTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commonTools/build_stats/unit_tests/gather_build_stats_UnitTests.py b/commonTools/build_stats/unit_tests/gather_build_stats_UnitTests.py index e1918b325238..d14505949dfe 100644 --- a/commonTools/build_stats/unit_tests/gather_build_stats_UnitTests.py +++ b/commonTools/build_stats/unit_tests/gather_build_stats_UnitTests.py @@ -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