Skip to content

Commit fb2252e

Browse files
committed
fix accidentally broken test
This was broken by changing test data in the previous commit
1 parent 71769bc commit fb2252e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_test/AggregationResultsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function test_pid()
7272
$this->assertEquals('test1', $result[0][0]->getValue());
7373
// skip %rowid% column and test saved values
7474
$this->assertEquals('foo1', $result[0][2]->getValue());
75-
$this->assertEquals(['bar1', 'baz1'], $result[0][3]->getValue());
75+
$this->assertEquals(['green', 'blue'], $result[0][3]->getValue());
7676
$this->assertEquals('foobar1', $result[0][4]->getValue());
7777
$this->assertEquals('barfoo1', $result[0][5]->getValue());
7878
}

0 commit comments

Comments
 (0)