Fix new_follow indexer
Splitting data into separate lists means they are applied in different order, which cause tests to fail. To fix this just put all items in one big list so that they are applied in order.
Loading
Please sign in to comment
Splitting data into separate lists means they are applied in different order, which cause tests to fail. To fix this just put all items in one big list so that they are applied in order.