Could it be you were tinting GUI nodes before? Their tint is handled differently, so the GUI would result in just one draw call.
As @britzl said, it is as expected that tinting sprites can/will break batches.
Sorry no idea, it really should result in one draw call as far as I understand. Would probably need a simple repro case to investigate.