Skip to content

Commit 229ec67

Browse files
committed
Improve custom scalar description test
1 parent 7255fbe commit 229ec67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/StarWarsQueryTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -365,5 +365,6 @@ public function testDateTime()
365365
'dateTime' => '2016-01-18 23:00:00',
366366
];
367367
$this->assertValidQuery($query, $expected);
368+
$this->assertEquals('The DateTime type', $this->getType('DateTime')->description);
368369
}
369370
}

0 commit comments

Comments
 (0)