--- testcases/maps/dumps/typeof_maps_add_delete.nft	2023-11-21 16:01:15.052918796 +0100
+++ /tmp/nft-test.20231121-225427.368.apj7T2/test-testcases-maps-typeof_maps_add_delete.190/ruleset-after	2023-11-21 22:57:59.297274590 +0100
@@ -7,11 +7,11 @@
 	}
 
 	chain test_ping {
-		ip saddr @dynmark counter packets 0 bytes 0 comment "should not increment"
-		ip saddr != @dynmark add @dynmark { ip saddr : 0x00000001 } counter packets 1 bytes 84
-		ip saddr @dynmark counter packets 1 bytes 84 comment "should increment"
-		ip saddr @dynmark delete @dynmark { ip saddr : 0x00000001 }
-		ip saddr @dynmark counter packets 0 bytes 0 comment "delete should be instant but might fail under memory pressure"
+		counter packets 1 bytes 84 comment "should not increment"
+		add @dynmark { ip saddr : 0x00000001 } counter packets 1 bytes 84
+		counter packets 1 bytes 84 comment "should increment"
+		delete @dynmark { ip saddr : 0x00000001 }
+		counter packets 1 bytes 84 comment "delete should be instant but might fail under memory pressure"
 	}
 
 	chain input {
