-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add asLocalDateTime to java.util.Date #1286
Comments
I'll work on this issue. Is this issue still open? |
@anuanu0-0 do you need help? |
Is this issue still open? I would like to work on this. |
Hi, I am getting this error when running
I already tried running it with the |
strange, I don't get the error (you can neglect the warning). neither does CI. |
@robstoll All of them are from the PathExpectations classes and all of them throw a FileSystemException because of system privileges. |
what operating system (and version) are you using? sounds like the test does not have the right to create symbolic links). can you show me what tests passed in PathExpectationSpec? |
My OS is: Windows 11 version 22H2 and Compilation 22621.1555.
|
Still hard to guess without actually debugging. You could e.g. debug the test for |
I ended up running my IDE with admin privileges and the build was successful :D |
Hey! Wanted to let you know that I created the PR Please let me know if I have to make any changes. |
Platform (all, jvm, js): jvm
Extension (none, kotlin 1.3): none
Code related feature
Following the things you need to do:
api-fluent
Expect<LocalDateTime>
in dateSubjectChangers.kt (see fileSubjectChangers.kt as a guideline)assertionCreator
-lambda and returnsExpect<Date>
in dateSubjectChangers.kt (see fileSubjectChangers.kt as a guideline)@since 0.20.0
(adapt to current milestone) to KDOCapi-infix
Expect<Date>
in dateSubjectChangers.kt(see fileSubjectChangers.kt as a guideline)assertionCreator
-lambda and returnsExpect<AB>
in dateSubjectChangers.kt (see fileSubjectChangers.kt as a guideline)@since 0.20.0
(adapt to current milestone) to KDOCYour first contribution?
I'll work on this
if you would like to take this issue over.This way we get the chance to revise the description in case things have changed in the meantime, we might give you additional hints and we can assign the task to you, so that others do not start as well.
(Invite yourself in case you do not have an account yet).
The text was updated successfully, but these errors were encountered: