Skip to content

Commit

Permalink
Fix unit test again for .NET Core 1.X
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Jan 25, 2019
1 parent 3b3280b commit f0c7ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Hangfire.Core.Tests/Storage/InvocationDataFacts.cs
Expand Up @@ -164,7 +164,7 @@ public void Deserialize_HandlesSystemPrivateCoreLib_TypeForwarding()
"System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"IsNullOrEmpty",
"[\"System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e\"]",
JobHelper.ToJson(new[] { "hello" }));
JobHelper.ToJson(new[] { JobHelper.ToJson("hello") }));

var job = serializedData.Deserialize();

Expand Down

0 comments on commit f0c7ddc

Please sign in to comment.