Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and github-actions[bot] committed Jul 5, 2023
1 parent c976bd0 commit baf1686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Actions/TranspileTypeToTypeScriptActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
assertContains('fake_class', $this->missingSymbols->all());
});

it('can resolve pseudo types', function (){
it('can resolve pseudo types', function () {
$transformed = $this->action->execute($this->typeResolver->resolve('array-key'));

expect($transformed)->toBe('string | number');
Expand Down

0 comments on commit baf1686

Please sign in to comment.