Skip to content

Commit b366bcf

Browse files
author
Gunpal Jain
committed
duplicate decleration
1 parent 661be6f commit b366bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/CSharpToJsonSchema.IntegrationTests/VariousTypesTools.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace CSharpToJsonSchema.IntegrationTests;
1010
public interface IVariousTypesTools
1111
{
1212
[Description("Get the current weather in a given location")]
13-
public bool GetCurrentWeather(
13+
public bool GetCurrentWeather3(
1414
long parameter1,
1515
int parameter2,
1616
double parameter3,
@@ -34,7 +34,7 @@ public bool GetCurrentWeather(
3434

3535
public class VariousTypesService : IVariousTypesTools
3636
{
37-
public bool GetCurrentWeather(
37+
public bool GetCurrentWeather3(
3838
long parameter1,
3939
int parameter2,
4040
double parameter3,

0 commit comments

Comments
 (0)