Skip to content

Commit

Permalink
allegro-internal/flex-roadmap#687 Added compression properties to nod…
Browse files Browse the repository at this point in the history
…e metadata
  • Loading branch information
nastassia-dailidava committed Jul 30, 2024
1 parent e8138b5 commit c60040b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class MetadataNodeGroupTest {
pathWithEscapedSlashesAction = "KEEP_UNCHANGED"
)
private val defaultCompConfig = Compressor(false, 1)
private val compressionConfig = CompressionConfig(defaultCompConfig, defaultCompConfig)
private val compressionConfig = CompressionConfig(defaultCompConfig, defaultCompConfig)

@Test
fun `should assign to group with all dependencies`() {
// given
Expand Down

0 comments on commit c60040b

Please sign in to comment.