Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
test: add integration test case for noRepeted
Browse files Browse the repository at this point in the history
  • Loading branch information
brandaogabriel7 committed Dec 19, 2022
1 parent 1aa156c commit 3151c07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/integration_tests/verify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ var _ = Describe("Verify", func() {
},
Entry("minSize", "0p@", 5, 1, 1, []string{"minSize"}),
Entry("minSize, minDigits, minSpecialChars", "SenhaForte!23", 20, 4, 2, []string{"minSize", "minDigits, minSpecialChars"}),
Entry("noRepeted", "aaaaaaa!2", 3, 1, 1, []string{"noRepeted"}),
)
})
})

0 comments on commit 3151c07

Please sign in to comment.