Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevCraw committed Feb 14, 2024
1 parent c820efa commit d6ce97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/definitions/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* SPDX-License-Identifier: EPL-2.0
*/
import { localize } from "../util/i18nUtil";
export const LIBERTY_MAVEN_PROJECT = "libertyMavenProject";
export const LIBERTY_GRADLE_PROJECT = "libertyGradleProject";
export const LIBERTY_MAVEN_PROJECT = "TEST";
export const LIBERTY_GRADLE_PROJECT = "TEST";
export const TEST_REPORT_STRING = "Test Summary";

export const LIBERTY_DASHBOARD_WORKSPACE_STORAGE_KEY = "liberty.dashboard.data";
Expand Down

0 comments on commit d6ce97d

Please sign in to comment.