summaryrefslogtreecommitdiff
path: root/t/20-aseag.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-11-19 17:51:36 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-11-19 17:51:36 +0100
commitc1a1d68f9ca83cc09f0bab0ffcef42bdfd39e92d (patch)
tree2fcf53d77d761706c4c34e4820750d78c4307e30 /t/20-aseag.t
parent090fbe6b0d42e12fe6d62e1e076a8faf72c18345 (diff)
add coordinates to test data
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];