fix: correct key symbol in TypeScript test from UserGreeting to UserProps

This commit is contained in:
Paul Gauthier 2024-11-27 06:56:15 -08:00 committed by Paul Gauthier (aider)
parent ae395fbb8f
commit 8d50bc0ef1

View file

@ -594,7 +594,7 @@ const MAX_AGE = 150;
export { UserGreeting, useCounter, DEFAULT_NAME, MAX_AGE };
""",
"UserGreeting", # Key symbol to check
"UserProps", # Key symbol to check
),
"csharp": (
"test.cs",