Skip to content

Commit

Permalink
Removed dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkosi23 authored and jeremydmiller committed Dec 12, 2024
1 parent 016baaf commit 751eaea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Marten.Testing/Harness/IntegrationContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ protected IDocumentStore SeparateStore()

opts.GeneratedCodeMode = TypeLoadMode.Auto;
opts.ApplicationAssembly = GetType().Assembly;

opts.RegisterValueType(typeof(FSharpOption<Guid>));
opts.RegisterValueType(typeof(FSharpOption<string>));
opts.RegisterValueType(typeof(FSharpOption<long>));
});
}

Expand Down

0 comments on commit 751eaea

Please sign in to comment.