Skip to content

Commit

Permalink
tests: Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
jp7677 committed Mar 6, 2022
1 parent d712221 commit 87c043d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nvapi_d3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ TEST_CASE("D3D Reflex/LatencyFleX depending methods succeed", "[.d3d]"){
ALLOW_CALL(*lfx, IsAvailable())
.RETURN(false);

SECTION("Reflex methods succeed when LFX is available") {
SECTION("LatencyFleX depending methods succeed when LFX is available") {
ALLOW_CALL(*lfx, IsAvailable())
.RETURN(true); // NOLINT(bugprone-use-after-move)

Expand Down

0 comments on commit 87c043d

Please sign in to comment.