Custom post type taxonomy not sorting correctly

For the sorting, you are missing how you want to sort it.

Use

'order' => 'ASC'

or

'order' => 'DESC'