Skip to content

Commit

Permalink
phpmd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bvangennep committed Feb 10, 2019
1 parent c54e22c commit e7a101f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Models/DataTest.php
Expand Up @@ -92,7 +92,7 @@ public function testErrorWhenEnvironmentVariableNotSet()
putenv('S3_BUCKET');
putenv('SCHEMATIC_S3_BUCKET');
$this->expectException('Exception');
$result = $this->generateDataModel(true);
$this->generateDataModel(true);
}

public function testToYamlIsValidYaml()
Expand Down

0 comments on commit e7a101f

Please sign in to comment.