3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Remove geometry from farm_field test.

This commit is contained in:
Michael Stenta 2020-11-23 08:26:52 -05:00
parent 72e4bdd639
commit 3b3549bda9

View file

@ -53,7 +53,6 @@ class FarmFieldTest extends KernelTestBase {
$this->assertArrayHasKey('category', $fields); $this->assertArrayHasKey('category', $fields);
$this->assertArrayHasKey('data', $fields); $this->assertArrayHasKey('data', $fields);
$this->assertArrayHasKey('file', $fields); $this->assertArrayHasKey('file', $fields);
$this->assertArrayHasKey('geometry', $fields);
$this->assertArrayHasKey('image', $fields); $this->assertArrayHasKey('image', $fields);
$this->assertArrayHasKey('notes', $fields); $this->assertArrayHasKey('notes', $fields);
$this->assertArrayHasKey('owner', $fields); $this->assertArrayHasKey('owner', $fields);