Skip to content

Commit

Permalink
BLADE-743 extensions: SampleTemplatesTest: fixes test case
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrokke committed Apr 3, 2024
1 parent 62d9fa8 commit 30eb0e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ private void _setupTestExtensions() throws Exception {
_setupTestExtension(extensionsPath, System.getProperty("sampleTemplateJarFile"));
}

private static final int _NUM_BUILTIN_TEMPLATES = 30;
private static final int _NUM_BUILTIN_TEMPLATES = 29;

private BladeTest _bladeTest;
private File _rootDir;
Expand Down

0 comments on commit 30eb0e8

Please sign in to comment.