Skip to content

Commit

Permalink
test: fix kernel builder test
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 committed Apr 25, 2024
1 parent b9b33b2 commit dd93838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/wrapper/core/test_kernel_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
def test__defconfig__check(config: dict[str, str], expected_defconfig: Path) -> None:
"""Test defconfig path definition."""
t = KernelBuilder(**config)
res_actual = t.defconfig
res_actual = t._defconfig
res_expected = expected_defconfig
assert res_actual == res_expected

0 comments on commit dd93838

Please sign in to comment.