Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCockx committed Jan 22, 2025
1 parent 7c44e7a commit 6ba7864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@
<module>rosetta-xcore-plugin-dependencies</module>
<module>rosetta-runtime</module>
<module>rosetta-lang</module>
<module>rosetta-testing</module>
<module>rosetta-integration-tests</module>
<module>rosetta-ide</module>
<module>rosetta-tools</module>
<module>rosetta-testing</module>
<module>rosetta-maven-plugin</module>
<module>rosetta-profiling</module>
<module>rosetta-integration-tests</module>
</modules>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 6ba7864

Please sign in to comment.