fix: emend the imports in the test files

This commit is contained in:
Michel Jonathan Schmitz
2019-06-05 16:32:41 +02:00
parent 23cbc53fef
commit 53e80476c8
3 changed files with 8 additions and 8 deletions

View File

@@ -12,9 +12,9 @@
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
import {LightweightClassDefinition} from '../../src/uml/model/LightweightClassDefinition';
import {LightweightDefinition} from '../../src/uml/model/LightweightDefinition';
import {LightweightEnumDefinition} from '../../src/uml/model/LightweightEnumDefinition';
import {LightweightClassDefinition} from '../../src/uml/model/lightweight-class-definition';
import {LightweightDefinition} from '../../src/uml/model/lightweight-definition';
import {LightweightEnumDefinition} from '../../src/uml/model/lightweight-enum-definition';
export const generatedModel: Array<
LightweightDefinition | LightweightClassDefinition | LightweightEnumDefinition