Commit f666e9f8 authored by K900's avatar K900
Browse files

nixos-rebuild-ng: don't assert on exact order of calls

Depends on filesystem ordering semantics.
parent cd5326b4
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -913,7 +913,8 @@ def test_upgrade_channels(mock_run: Mock, mock_geteuid: Mock, tmpdir: Path) -> N
                check=False,
                sudo=True,
            ),
        ]
        ],
        any_order=True,
    )
    mock_run.reset_mock()

@@ -938,5 +939,6 @@ def test_upgrade_channels(mock_run: Mock, mock_geteuid: Mock, tmpdir: Path) -> N
                check=False,
                sudo=False,
            ),
        ]
        ],
        any_order=True,
    )