Fix failing test (#7394)

Fix a failing test.
This commit is contained in:
James Dunkerley 2023-07-25 14:06:11 +00:00 committed by GitHub
parent 7211c8317d
commit 2dc565b366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -10,8 +10,10 @@ maintainers:
email: contact@enso.org
component-groups:
new:
- Input: {}
- Web: {}
- Input:
exports: []
- Web:
exports: []
- Parse:
exports:
- Standard.Base.Data.Json.Json.parse

View File

@ -391,7 +391,6 @@ class RuntimeComponentsTest
.value
.extendedGroups
.map(_.group) should contain theSameElementsAs Seq(
GroupReference(LibraryName("Standard", "Base"), GroupName("Input")),
GroupReference(LibraryName("Standard", "Base"), GroupName("Select")),
GroupReference(LibraryName("Standard", "Base"), GroupName("Join")),
GroupReference(LibraryName("Standard", "Base"), GroupName("Transform")),