Skip to content

Commit

Permalink
rename ReadOnlyVariable Services Ppi Mock
Browse files Browse the repository at this point in the history
  • Loading branch information
VivianNK committed Sep 28, 2023
1 parent abf6877 commit 8b84ee2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ TEST_F (GetConfigKnobOverrideFromVariableStorageTest, VariableStorageSizeFailure
)
.WillOnce (
DoAll (
SetArgPointee<3>(ByRef (PPIReadOnlyVariableServices)),
SetArgPointee<3>(ByRef (PpiReadOnlyVariableServices)),
Return (EFI_SUCCESS)
)
);
Expand Down Expand Up @@ -139,7 +139,7 @@ TEST_F (GetConfigKnobOverrideFromVariableStorageTest, VariableStorageNotFoundFai
.Times (2)
.WillRepeatedly (
DoAll (
SetArgPointee<3>(ByRef (PPIReadOnlyVariableServices)),
SetArgPointee<3>(ByRef (PpiReadOnlyVariableServices)),
Return (EFI_SUCCESS)
)
);
Expand Down Expand Up @@ -178,7 +178,7 @@ TEST_F (GetConfigKnobOverrideFromVariableStorageTest, VariableStorageSuccess) {
.Times (2)
.WillRepeatedly (
DoAll (
SetArgPointee<3>(ByRef (PPIReadOnlyVariableServices)),
SetArgPointee<3>(ByRef (PpiReadOnlyVariableServices)),
Return (EFI_SUCCESS)
)
);
Expand Down

0 comments on commit 8b84ee2

Please sign in to comment.