Skip to content
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

test: Fix for extractMetadataStructured test #1278

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Conversation

arjankowski
Copy link
Contributor

No description provided.

@arjankowski
Copy link
Contributor Author

This change adapting to the fix that was originally reported internally here

In general, all metadata fields are stored in the RFC 3339 format with millisecond precision, as stated in this document.

As a result, the previous assumption that the returned date was limited to the format YYYY-MM-DD was incorrect.
This fix adjusts the test to the changes introduced on the backend side.

@arjankowski arjankowski changed the title test: Fix for extractMetadataStructured test` test: Fix for extractMetadataStructured test Nov 26, 2024
@coveralls
Copy link

coveralls commented Nov 26, 2024

Pull Request Test Coverage Report for Build #4186

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 71.773%

Totals Coverage Status
Change from base Build #4176: 0.0%
Covered Lines: 8073
Relevant Lines: 11248

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build #4183

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.003%) to 71.77%

Files with Coverage Reduction New Missed Lines %
src/main/java/com/box/sdk/RealtimeServerConnection.java 1 77.78%
Totals Coverage Status
Change from base Build #4176: -0.003%
Covered Lines: 8067
Relevant Lines: 11240

💛 - Coveralls

@congminh1254 congminh1254 merged commit 7af7b98 into main Nov 26, 2024
14 checks passed
@congminh1254 congminh1254 deleted the aj/fix-ai-tests branch November 26, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants