Fixing db indexing integration tests (#10229)
Co-authored-by: Gilvan Ornelas Fernandes Filho <gilvan.fernandes@bairesdev.com>
This commit is contained in:
+4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user