Skip to content

Commit f9e21c3

Browse files
khamilowiczclaude
andcommitted
Fix unused-variable warning breaking --warnings-as-errors
do_logger_test_project/3 received interface but never used it (the logger_test project doesn't yet vary its assertions by NIF vs CNode), which failed mix test --warnings-as-errors in CI. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 63477d1 commit f9e21c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unifex/integration_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ defmodule Unifex.IntegrationTest do
9797
end
9898
end
9999

100-
defp do_logger_test_project(project, interface, language) do
100+
defp do_logger_test_project(project, _interface, language) do
101101
run_projects_tests(project, language)
102102
# Logger test project doesn't need the same fixture checks as other projects
103103
# since it's specifically for testing logger functionality

0 commit comments

Comments
 (0)