Skip to content
Snippets Groups Projects
Commit ad8e79ff authored by buczekp's avatar buczekp
Browse files

[LMS-1504] fixed test

SVN: 15758
parent 3f9d824d
No related branches found
No related tags found
No related merge requests found
...@@ -224,7 +224,7 @@ public class ViewLocatorResolverRegistryTest extends AssertJUnit ...@@ -224,7 +224,7 @@ public class ViewLocatorResolverRegistryTest extends AssertJUnit
context.checking(new Expectations() context.checking(new Expectations()
{ {
{ {
allowing(viewContext).getService(); allowing(viewContext).getCommonService();
will(returnValue(commonService)); will(returnValue(commonService));
one(commonService).getMaterialInformationHolder(with(identifier), one(commonService).getMaterialInformationHolder(with(identifier),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment