fixed test

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-context-client@160175 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-12-07 14:33:59 +00:00
parent a178bd299e
commit b5ab06f89e
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ public class ResourceRegistryContextClientTest extends ScopedTest {
// @Test
public void readTest() throws Exception {
UUID uuid = UUID.fromString("828d488-285b-4383-af4b-4d72069ad11b");
UUID uuid = UUID.fromString("4828d488-285b-4383-af4b-4d72069ad11b");
Context gcube = read(uuid);
logger.debug(ISMapper.marshal(gcube));
}