FuncUtils.Verify_TableStats1: fix assertion
diff --git a/tests/FuncUtils.py b/tests/FuncUtils.py
index 11ee316..61f285c 100644
--- a/tests/FuncUtils.py
+++ b/tests/FuncUtils.py
@@ -562,7 +562,7 @@
         matched_counter = matched-current_matched
         
         self.assertTrue(lookedup_counter==expect_lookup, "lookup counter is not incremented properly")
-        self.assertTrue(matched_counter==expect_lookup, "matched counter is not incremented properly")
+        self.assertTrue(matched_counter==expect_match, "matched counter is not incremented properly")
 
 def Verify_FlowStats(self,match,byte_count=0,packet_count=0):
     # Verify flow counters : byte_count and packet_count