Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 8302207

Browse files
committed
Added new test for passphrase.validate function
1 parent 00ea8b0 commit 8302207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ func TestPassphraseValidate(t *testing.T) {
8585
{passphrase("pop"), false},
8686
{passphrase("lol"), false},
8787
{passphrase("123"), false},
88+
{passphrase("default"), false},
8889
}
8990
for _, test := range tests {
9091
pass := test.passphrase

0 commit comments

Comments
 (0)