Skip to content

Commit

Permalink
TASK: Remove dead I am in content stream
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Jul 1, 2024
1 parent 7b19a86 commit a693b3b
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@ public function theCurrentDateAndTimeIs(string $timestamp): void
FakeClock::setNow(\DateTimeImmutable::createFromFormat(\DateTimeInterface::ATOM, $timestamp));
}

/**
* @Given /^I am in content stream "([^"]*)"$/
*/
public function iAmInContentStream(string $contentStreamId): void
{
$this->currentContentStreamId = ContentStreamId::fromString($contentStreamId);
}

/**
* @Given /^I am in workspace "([^"]*)"$/
*/
Expand Down Expand Up @@ -127,7 +119,7 @@ public function iAmInWorkspaceAndDimensionSpacePoint(string $workspaceName, stri
*/
public function iAmInContentStreamAndDimensionSpacePoint(string $contentStreamId, string $dimensionSpacePoint): void
{
$this->iAmInContentStream($contentStreamId);
$this->currentContentStreamId = ContentStreamId::fromString($contentStreamId);
$this->iAmInDimensionSpacePoint($dimensionSpacePoint);
}

Expand Down

0 comments on commit a693b3b

Please sign in to comment.