Skip to content

Commit caa9ac9

Browse files
author
John Simons
committed
Merge branch 'hotfix-4.0.5'
2 parents 8208a69 + 4586ce4 commit caa9ac9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/testing/Test.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ namespace NServiceBus.Testing
99
{
1010
using System.Collections.Concurrent;
1111
using System.Collections.Generic;
12+
using Features.Categories;
1213
using DataBus.InMemory;
1314

1415
/// <summary>
@@ -65,7 +66,7 @@ private static void InitializeInternal()
6566
if (initialized)
6667
return;
6768

68-
Configure.Serialization.Xml();
69+
Serializers.SetDefault<Features.XmlSerialization>();
6970

7071
Configure.Instance
7172
.DefineEndpointName("UnitTests")

0 commit comments

Comments
 (0)