diff options
Diffstat (limited to 'tests/index.php')
-rw-r--r-- | tests/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/index.php b/tests/index.php index 5a14f22..27b3993 100644 --- a/tests/index.php +++ b/tests/index.php @@ -21,7 +21,7 @@ $isis = new CinisisDb(); // Test connection. if ($isis->db) { - $result = $isis->db->read(1); + $result = $isis->db->read(430); $rows = $isis->db->rows(); // Format output. |