Fixing db indexing integration tests (#10229)

Co-authored-by: Gilvan Ornelas Fernandes Filho <gilvan.fernandes@bairesdev.com>
This commit is contained in:
GilvanOrnelas
2020-11-06 06:04:33 -03:00
committed by GitHub
parent 54b5f68302
commit bd6e3a5328
3 changed files with 21 additions and 7 deletions
@@ -22,6 +22,10 @@ class Image {
public Image() {
}
public Image(Long id) {
this.id = id;
}
public Image(String name, String location) {
this.name = name;
this.location = location;