Skip to content

Commit

Permalink
Update MartenTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored and oskardudycz committed May 19, 2024
1 parent 711ca40 commit 216494a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marten.Integration.Tests/TestsInfrastructure/MartenTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public abstract class MartenTest(

protected IEventStore EventStore => Session.Events;

protected readonly string SchemaName = useRandomSchema ? "sch" + Guid.NewGuid().ToString().Replace("-", string.Empty) : "EventStore";
protected readonly string SchemaName = useRandomSchema ? "sch" + Guid.NewGuid().ToString("N") : "EventStore";

protected virtual IDocumentSession CreateSession(Action<StoreOptions>? storeOptions = null)
{
Expand Down

0 comments on commit 216494a

Please sign in to comment.