Skip to content

Commit 3437496

Browse files
Copilotstephentoub
andcommitted
Fix: Add UTF-8 BOM to test file for consistency
Added UTF-8 BOM to EmptyCollectionTests.cs to match the encoding used by other test files in the project. Co-authored-by: stephentoub <[email protected]>
1 parent c746f58 commit 3437496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ModelContextProtocol.Tests/Server/EmptyCollectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Microsoft.Extensions.AI;
1+
using Microsoft.Extensions.AI;
22
using Microsoft.Extensions.DependencyInjection;
33
using ModelContextProtocol.Client;
44
using ModelContextProtocol.Protocol;

0 commit comments

Comments
 (0)