Skip to content

Commit

Permalink
Fixed unused component test
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Shanley <dave@quobix.com>
  • Loading branch information
daveshanley committed May 1, 2023
1 parent f5a20b0 commit 9807728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/openapi/unused_component_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ components:
def := UnusedComponent{}
res := def.RunRule(nodes, ctx)

assert.Len(t, res, 2)
assert.Len(t, res, 4)
}

func TestUnusedComponent_RunRule_Success_Fail_Four_Undefined(t *testing.T) {
Expand Down

0 comments on commit 9807728

Please sign in to comment.