public function testVerifyFieldNamesDoesNotThrowForValidNames()
 {
     $pivot = new PivotDescription($this->dataTable);
     $allColumnIds = $pivot->getAllColumnIds($this->dataTable->getColumnDescriptions());
     $pivot->verifyTheseFieldsExist($allColumnIds, 'test');
 }