test: fix existing tests

This commit is contained in:
Eric Liu 2024-04-20 16:25:19 -07:00
commit 140e8ff468
5 changed files with 52 additions and 12 deletions

View file

@ -5,7 +5,7 @@
{ key: "name", value: "Name" },
{ key: "port", value: "Port" },
{ key: "rule", value: "Rule" },
];
] as const;
const rows = [
{ id: "a", name: "Load Balancer 3", port: 3000, rule: "Round robin" },