-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I have a test which checks what happens it 'dsAggregate' is called with out a method being specified.
That works well, I get a error message. But my slight problem is that the message changes. In CI on Azure Pipeline I get one message and on my machine when running devtools::test I get a different message:
"unable to find an inherited method for function 'dsAggregate' for signature '"NULL"'"
or
"unable to find an inherited method for function ‘dsAggregate’ for signature ‘"NULL"’"
One uses ‘ and ’, the other just uses '. Is there an encoding option I can set to get the
same behavior in both environments?
Stuart
Metadata
Metadata
Assignees
Labels
No labels