summaryrefslogtreecommitdiff
path: root/t/20-aseag.t
diff options
context:
space:
mode:
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];