Skip to content

Commit

Permalink
TASK: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Mar 9, 2023
1 parent 68d2da0 commit 54bae63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function ($name) {

self::assertEquals('unstructured', $this->nodeData->getNodeType()->getName());

$myNodeType = $mockNodeTypeManager->getNodeType('typo3:mycontent');
$myNodeType = $mockNodeTypeManager->getNodeType('neos:mycontent');
$this->nodeData->setNodeType($myNodeType);
self::assertEquals($myNodeType, $this->nodeData->getNodeType());
}
Expand Down

0 comments on commit 54bae63

Please sign in to comment.