Skip to content
Snippets Groups Projects
Commit 992cf82b authored by Simon Brahan's avatar Simon Brahan
Browse files

Updated kv store SQL test to expect new table version

parent 35b3feab
Branches
Tags
No related merge requests found
...@@ -49,7 +49,7 @@ class SQLTest extends \PHPUnit_Framework_TestCase ...@@ -49,7 +49,7 @@ class SQLTest extends \PHPUnit_Framework_TestCase
$version = $store->getTableVersion('kvstore'); $version = $store->getTableVersion('kvstore');
$this->assertEquals(1, $version); $this->assertEquals(2, $version);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment