Skip to content

Commit 9336f6c

Browse files
committed
Update tests
1 parent 0ea3361 commit 9336f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,14 +1622,14 @@ function check_ip_not_banned(){
16221622
refute_output
16231623
}
16241624

1625-
@test "MAIL: Add account" {
1625+
@test "MAIL: Add account 3" {
16261626
run v-add-mail-account $user $domain 0AA "$userpass2"
16271627
assert_success
16281628
assert_file_contains /etc/exim4/domains/$domain/limits "0AA@$domain"
16291629
refute_output
16301630
}
16311631

1632-
@test "MAIL: Add account" {
1632+
@test "MAIL: Add account 4" {
16331633
run v-add-mail-account $user $domain A1234 "$userpass2"
16341634
assert_success
16351635
assert_file_contains /etc/exim4/domains/$domain/limits "A1234@$domain"

0 commit comments

Comments
 (0)