Skip to content

Commit e30dd35

Browse files
author
Gunpal Jain
committed
Disable unused test method in SnapshotTests
The `MethodFunction` test method is commented out, likely due to being unused or obsolete. This change improves code clarity by removing an inactive test without deleting it entirely, preserving it for potential future use.
1 parent b49d3d2 commit e30dd35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/tests/CSharpToJsonSchema.SnapshotTests/SnapshotTests.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ namespace CSharpToJsonSchema.SnapshotTests;
33
[TestClass]
44
public class ToolTests : VerifyBase
55
{
6-
[TestMethod]
7-
public Task MethodFunction()
8-
{
9-
return this.CheckSourceAsync(H.Resources.MethodFunctionTools_cs.AsString());
10-
}
6+
// [TestMethod]
7+
// public Task MethodFunction()
8+
// {
9+
// return this.CheckSourceAsync(H.Resources.MethodFunctionTools_cs.AsString());
10+
// }
1111

1212
[TestMethod]
1313
public Task Weather()

0 commit comments

Comments
 (0)