Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfenwick committed May 23, 2021
1 parent b188c64 commit 4ec6293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/generator/testcasegenerator_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ func RunTestCaseGeneratorTests() {
Expect(len(gen.ExampleTestCases())).To(Equal(1))
Expect(len(gen.PortProtocolTestCases())).To(Equal(70))
Expect(len(gen.ConflictTestCases())).To(Equal(16))
Expect(len(gen.NamespaceTestCases())).To(Equal(2))

Expect(len(gen.GenerateTestCases())).To(Equal(228))
Expect(len(gen.GenerateTestCases())).To(Equal(230))
})
})
}

0 comments on commit 4ec6293

Please sign in to comment.