Skip to content

Commit c2066bc

Browse files
fix(tests): resolve FS0247 namespace/module conflict in v3 TypeMappingTests (#334)
* Initial plan * fix FS0247: rename TypeMappingTests module to avoid namespace/module conflict with Schema.Parser.Tests.fs Co-authored-by: sergey-tihon <1197905+sergey-tihon@users.noreply.github.com> Agent-Logs-Url: https://github.com/fsprojects/SwaggerProvider/sessions/c877bfb7-1289-4e88-8838-7ce910aca59c --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sergey-tihon <1197905+sergey-tihon@users.noreply.github.com>
1 parent 807d746 commit c2066bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SwaggerProvider.Tests/v3/Schema.TypeMappingTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module SwaggerProvider.Tests.v3.Schema.TypeMappingTests
1+
module SwaggerProvider.Tests.v3_Schema_TypeMappingTests
22

33
open System
44
open Microsoft.OpenApi.Reader

0 commit comments

Comments
 (0)