Explorar o código

fix mislabeling of test

Oswald Buddenhagen %!s(int64=8) %!d(string=hai) anos
pai
achega
f62b3c7be9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/run-tests.pl

+ 1 - 1
src/run-tests.pl

@@ -222,7 +222,7 @@ my @X51 = (
  [ 6, 3, 0,
    2, 2, "FS", 4, 4, "", 5, 5, "", 6, 6, "" ],
 );
-test("max messages + expire", \@x50, \@X51, @O51);
+test("max messages + expunge", \@x50, \@X51, @O51);
 
 
 ################################################################################