Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
realsdx committed Nov 22, 2024
1 parent f755469 commit 1d0a8b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions microsoft/testsuites/xfstests/xfstesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def verify_generic_nvme_datadisk(self, log_path: Path, result: TestResult) -> No
f"{nvme_data_disks[0]}p2",
excluded_tests=self.excluded_tests,
)

@TestCaseMetadata(
description="""
This test case will run generic xfstests testing against
Expand All @@ -370,7 +370,9 @@ def verify_generic_nvme_datadisk(self, log_path: Path, result: TestResult) -> No
supported_features=[Nvme], unsupported_os=[BSD, Windows]
),
)
def verify_generic_ext4_nvme_datadisk(self, log_path: Path, result: TestResult) -> None:
def verify_generic_ext4_nvme_datadisk(
self, log_path: Path, result: TestResult
) -> None:
environment = result.environment
assert environment, "fail to get environment from testresult"
node = cast(RemoteNode, environment.nodes[0])
Expand Down

0 comments on commit 1d0a8b0

Please sign in to comment.