Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions backend/FwLite/LcmCrdt.Tests/ConfigRegistrationTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using FluentAssertions.Execution;
using LcmCrdt.Changes;
using LcmCrdt.Changes.Entries;
using SIL.Harmony.Changes;
using SIL.Harmony.Resource;

Expand All @@ -12,7 +11,6 @@ public class ConfigRegistrationTests

private readonly HashSet<Type> _excludedChangeTypes =
[
typeof(ReplaceComplexFormTypeChange), //not currently in use
typeof(JsonPatchChange<ComplexFormComponent>), //not supported
typeof(JsonPatchChange<RemoteResource>), //not supported
typeof(JsonPatchChange<ExampleSentence>), //replaced by JsonPatchExampleSentenceChange
Expand Down

This file was deleted.

Loading