Skip to content

Commit

Permalink
test: unexpected whitespace after decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Jul 15, 2024
1 parent 626b74c commit 294fd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/verify/check-system-info
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ machine : 8561
b.wait_text('#memory-listing tbody:nth-of-type(2) td[data-label=Rank]', "Single rank")
b.wait_in_text('#memory-listing tbody:nth-of-type(2) td[data-label=Speed]', "2400 MT/s")

@ testlib.nondestructive
@testlib.nondestructive
def testCPUSecurityMitigationsDetect(self):
b = self.browser
m = self.machine
Expand Down

0 comments on commit 294fd53

Please sign in to comment.