mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +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 };
|
export { UserGreeting, useCounter, DEFAULT_NAME, MAX_AGE };
|
||||||
""",
|
""",
|
||||||
"UserGreeting", # Key symbol to check
|
"UserProps", # Key symbol to check
|
||||||
),
|
),
|
||||||
"csharp": (
|
"csharp": (
|
||||||
"test.cs",
|
"test.cs",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue