From 6ba78648739e0d73ba479d7e5db6f9dfebe0f505 Mon Sep 17 00:00:00 2001 From: Simon Cockx Date: Wed, 22 Jan 2025 17:53:37 +0100 Subject: [PATCH] Fixed tests --- pom.xml | 4 ++-- .../rosetta/ide/contentassist/ContentAssistTest.xtend | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2950601ad..cc002c685 100644 --- a/pom.xml +++ b/pom.xml @@ -139,12 +139,12 @@ rosetta-xcore-plugin-dependencies rosetta-runtime rosetta-lang + rosetta-testing + rosetta-integration-tests rosetta-ide rosetta-tools - rosetta-testing rosetta-maven-plugin rosetta-profiling - rosetta-integration-tests diff --git a/rosetta-ide/src/test/java/com/regnosys/rosetta/ide/contentassist/ContentAssistTest.xtend b/rosetta-ide/src/test/java/com/regnosys/rosetta/ide/contentassist/ContentAssistTest.xtend index 54c08731e..367f62aec 100644 --- a/rosetta-ide/src/test/java/com/regnosys/rosetta/ide/contentassist/ContentAssistTest.xtend +++ b/rosetta-ide/src/test/java/com/regnosys/rosetta/ide/contentassist/ContentAssistTest.xtend @@ -407,7 +407,6 @@ class ContentAssistTest extends AbstractRosettaLanguageServerTest { flatten -> flatten [[19, 2] .. [19, 2]] if -> if [[19, 2] .. [19, 2]] is -> is [[19, 2] .. [19, 2]] - it -> it [[19, 2] .. [19, 2]] item -> item [[19, 2] .. [19, 2]] join -> join [[19, 2] .. [19, 2]] last -> last [[19, 2] .. [19, 2]]