Skip to content
Snippets Groups Projects
Commit 5ae4c16f authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Test has been testing the wrong number. Changed test 18 to expect latest stable ID of 3.

parent 95477171
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ ok( $x == 0 and $y == 1 );
ok( ! $asi->is_latest );
$asi = $asi->get_latest_incarnation;
ok( $asi->is_latest and $asi->version == 4 );
ok( $asi->is_latest and $asi->version == 3 );
#
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment