Skip to content

Commit 023fae4

Browse files
Copilotjaviercn
andcommitted
Replace remaining string literal 'default' with 'initial-value' in analyzer tests
Co-authored-by: javiercn <[email protected]>
1 parent cb2088e commit 023fae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/Analyzers/test/SupplyParameterFromFormAnalyzerTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace ConsoleApplication1
4848
using {typeof(ParameterAttribute).Namespace};
4949
class TestComponent : ComponentBase
5050
{{
51-
public string MyProperty {{ get; set; }} = ""default"";
51+
public string MyProperty {{ get; set; }} = ""initial-value"";
5252
}}
5353
}}" + TestDeclarations;
5454

@@ -80,7 +80,7 @@ namespace ConsoleApplication1
8080
using {typeof(ParameterAttribute).Namespace};
8181
class NotAComponent
8282
{{
83-
[SupplyParameterFromForm] public string MyProperty {{ get; set; }} = ""default"";
83+
[SupplyParameterFromForm] public string MyProperty {{ get; set; }} = ""initial-value"";
8484
}}
8585
}}" + TestDeclarations;
8686

0 commit comments

Comments
 (0)