summaryrefslogtreecommitdiff
path: root/t/20-aseag.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-11-19 17:53:28 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-11-19 17:53:28 +0100
commit06c83ac8ddc964a28d688d3f4e6dc3631ee3677c (patch)
tree2fcf53d77d761706c4c34e4820750d78c4307e30 /t/20-aseag.t
parent0dfa9cfe9f1a607b14f99897239d7ce2f8698b91 (diff)
parentc1a1d68f9ca83cc09f0bab0ffcef42bdfd39e92d (diff)
Merge branch 'sHorst-master'
Diffstat (limited to 't/20-aseag.t')
-rw-r--r--t/20-aseag.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/20-aseag.t b/t/20-aseag.t
index cf9cde3..3bf1e1f 100644
--- a/t/20-aseag.t
+++ b/t/20-aseag.t
@@ -88,7 +88,7 @@ is( $s->errstr, undef, 'errstr is not set' );
# stop neither in name nor in results should return everything
my @results = $s->results;
-is( @results, 16208, 'All departures parsed and returned' );
+is( @results, 16197, 'All departures parsed and returned' );
# results are sorted by time
my $prev = $results[0];