Skip to content

Commit e0199cc

Browse files
committed
LPD-74745 updates expected blade version
1 parent 15a4685 commit e0199cc

File tree

1 file changed

+1
-1
lines changed
  • tools/tests/com.liferay.ide.project.core.tests/src/com/liferay/ide/project/core/modules

1 file changed

+1
-1
lines changed

tools/tests/com.liferay.ide.project.core.tests/src/com/liferay/ide/project/core/modules/BladeCLITests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void testBundleFileIsValid() throws Exception
4949

5050
Domain domain = Domain.domain( bladeFile );
5151

52-
assertTrue( domain.getBundleVersion().startsWith( "7" ) );
52+
assertTrue( domain.getBundleVersion().startsWith( "8" ) );
5353

5454
assertFalse( domain.getBundleVersion().startsWith( "5" ) );
5555
}

0 commit comments

Comments
 (0)