mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: correct key symbol in TypeScript test from UserGreeting to UserProps
This commit is contained in:
parent
ae395fbb8f
commit
8d50bc0ef1
1 changed files with 8 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue