corrected test for default sort type. Is set to regular now

This commit is contained in:
Susann Sgorzaly
2018-02-23 10:02:13 +01:00
parent cf91bf40ff
commit 343c683077

View File

@@ -57,7 +57,7 @@ class DefaultValuesPropertiesTest extends TestCase {
}
public function test_sort_type_default() {
$this->assertNull($this->csv->sort_type);
$this->assertEquals('regular', $this->csv->sort_type);
}
public function test_delimiter_default() {