Merge branch 'feature/device-service' of https://github.com/jazzm0/microservices-demo into feature/device-service

This commit is contained in:
Steinwagner 2019-12-11 09:58:34 +01:00
commit 0ed2e07bfa

View file

@ -0,0 +1,7 @@
package com.sap.tamagotchi.model;
import static org.junit.jupiter.api.Assertions.*;
class OwnerTest {
}