Skip to content

Commit

Permalink
Fixed UnitTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasSchmitt committed Jul 27, 2023
1 parent cd5110a commit b959fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test/RemoveOrphanedSessions.t
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ my @RemainingSessionIDs = $SessionObject->GetAllSessionIDs();

$Self->Is(
scalar @RemainingSessionIDs,
2,
"Ok, only one session was deleted, two remaining.",
scalar(@SessionIDs) - 1,
"Ok, only one session was deleted.",
);

# Check if orphaned session is removed.
Expand Down

0 comments on commit b959fe0

Please sign in to comment.