Skip to content

Commit

Permalink
fix: fix failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Sep 22, 2023
1 parent 754d662 commit 628f188
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
with:
check_name: "Unit Test Results :rocket:"
comment_title: "Unit Test Results :rocket:"
time_unit: "milliseconds"
files: |
sdk-java/build/test-results/**/*.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void trimKey() {
@Test
public void trimValue() {
String result = Utils.trimValue(5, "Key", "Value1", logger);
Assert.assertEquals("Valu", result);
Assert.assertEquals("Value", result);
}

@Test
Expand Down

0 comments on commit 628f188

Please sign in to comment.