Skip to content

Commit

Permalink
chore: move TODOs from tests to #54
Browse files Browse the repository at this point in the history
  • Loading branch information
warriordog committed Jul 20, 2023
1 parent cd35731 commit b9a85e0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public abstract class DeserializationTests<T>

protected DeserializationTests()
{
// TODO remove this once we support DI in tests
var jsonTypeInfoCache = new JsonTypeInfoCache();
var asTypeInfoCache = new ASTypeInfoCache(jsonTypeInfoCache);
asTypeInfoCache.RegisterAllAssemblies();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public abstract class SerializationTests

protected SerializationTests()
{
// TODO remove this once we support DI in tests
var jsonTypeInfoCache = new JsonTypeInfoCache();
var asTypeInfoCache = new ASTypeInfoCache(jsonTypeInfoCache);
asTypeInfoCache.RegisterAllAssemblies();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ public void ShouldSetKeyFields()

public CalckeyActorTests()
{
// TODO remove this once we support DI in tests
var jsonTypeInfoCache = new JsonTypeInfoCache();
var asTypeInfoCache = new ASTypeInfoCache(jsonTypeInfoCache);
asTypeInfoCache.RegisterAllAssemblies();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ public void ShouldSetKeyFields()

public CalckeyOutboxPageTests()
{
// TODO remove this once we support DI in tests
var jsonTypeInfoCache = new JsonTypeInfoCache();
var asTypeInfoCache = new ASTypeInfoCache(jsonTypeInfoCache);
asTypeInfoCache.RegisterAllAssemblies();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public void ShouldSetKeyFields()

public CalckeyOutboxTests()
{
// TODO remove this once we support DI in tests
var jsonTypeInfoCache = new JsonTypeInfoCache();
var asTypeInfoCache = new ASTypeInfoCache(jsonTypeInfoCache);
asTypeInfoCache.RegisterAllAssemblies();
Expand Down

0 comments on commit b9a85e0

Please sign in to comment.