chore: Removes TODO as the test has been fixed in main

This commit is contained in:
Benjamin Nolan (TwoWholeWorms)
2023-01-07 08:50:03 +01:00
committed by Dave Shanley
parent 04c4f963fd
commit d526584d4f

View File

@@ -181,7 +181,6 @@ func TestResolver_ResolveComponents_MixedRef(t *testing.T) {
assert.NotNil(t, resolver)
circ := resolver.Resolve()
// TODO: This file seems to import correctly now, but the test fails as it's expecting 10 errors
assert.Len(t, circ, 10)
}