From 8dd65dfd72e29f31f14411e45d3762cdc16de22b Mon Sep 17 00:00:00 2001 From: Aziem Chawdhary Date: Thu, 14 Nov 2024 23:59:09 +0000 Subject: [PATCH] remove duplicate code --- .../TestMilestoningCompiledIntegrityTest.java | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 legend-pure-core/legend-pure-m3-core/src/test/java/org/finos/legend/pure/m3/tests/TestMilestoningCompiledIntegrityTest.java diff --git a/legend-pure-core/legend-pure-m3-core/src/test/java/org/finos/legend/pure/m3/tests/TestMilestoningCompiledIntegrityTest.java b/legend-pure-core/legend-pure-m3-core/src/test/java/org/finos/legend/pure/m3/tests/TestMilestoningCompiledIntegrityTest.java deleted file mode 100644 index 63a81a074b..0000000000 --- a/legend-pure-core/legend-pure-m3-core/src/test/java/org/finos/legend/pure/m3/tests/TestMilestoningCompiledIntegrityTest.java +++ /dev/null @@ -1,26 +0,0 @@ -// Copyright 2020 Goldman Sachs -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package org.finos.legend.pure.m3.tests; - -import org.junit.BeforeClass; - -public class TestMilestoningCompiledIntegrityTest extends AbstractCompiledStateIntegrityTest -{ - @BeforeClass - public static void initialize() - { - initialize("test_milestoning_repository"); - } -}