Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jul 22, 2024
1 parent dc7f255 commit 5232fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JAMTests/Tests/JAMTests/SafroleTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ struct SafroleTests {
let tests = try TestLoader.getTestFiles(path: "safrole/\(variant)", extension: "scale")
return try tests.map {
let data = try Data(contentsOf: URL(fileURLWithPath: $0.path))
var decoder = LoggingDecoder(decoder: decoder(from: data), logger: Noop Logger())
var decoder = LoggingDecoder(decoder: decoder(from: data), logger: NoopLogger())
return try SafroleTestcase(description: $0.description, config: variant.config, from: &decoder)
}
}
Expand Down

0 comments on commit 5232fd8

Please sign in to comment.