Skip to content

Commit

Permalink
Fix SrgMergerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Nov 20, 2023
1 parent d533fe0 commit 5707288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SrgMergerTest extends Specification {
def output = mappingsDir.resolve("output.tiny")
def expected = readTestData("expectedOutput.tiny")
def proguardInput = extractTempFile("proguard.txt")
def extraMappings = new ForgeMappingsMerger.ExtraMappings(proguardInput, MappingFormat.PROGUARD, MappingUtil.NS_TARGET_FALLBACK, MappingUtil.NS_SOURCE_FALLBACK)
def extraMappings = new ForgeMappingsMerger.ExtraMappings(proguardInput, MappingFormat.PROGUARD_FILE, MappingUtil.NS_TARGET_FALLBACK, MappingUtil.NS_SOURCE_FALLBACK)

when:
merge(extraMappings, output)
Expand Down

0 comments on commit 5707288

Please sign in to comment.