test_embedding: Fix up spelling in FIXME comment [nfc]

pull/2034/head
David Nadlinger 2022-12-19 01:02:51 +00:00
parent b9f13d48aa
commit 88684dbd2a
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class RoundtripTest(ExperimentCase):
self.assertArrayRoundtrip(numpy.array([["a", "b"], ["c", "d"]]))
# FIXME: This should work, but currently passes as the argument is just
# synthesised as a call to array() without forwarding the dype form the host
# synthesised as a call to array() without forwarding the dtype from the host
# NumPy object.
@unittest.expectedFailure
def test_array_jagged(self):