Skip to content

Commit

Permalink
fix: ci test again
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuxia211 committed Dec 18, 2024
1 parent 856914a commit f36fc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/version/service/download_apk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestDownloadBetaApk(t *testing.T) {
mockError: nil,
expectedUrl: "",
expectingError: true,
expectedErrorInfo: `VersionService.DownloadBetaApk error:"Syntax error at index 0: invalid chars\n\n\tinvalid json\n\t^...........\n"`,
expectedErrorInfo: `VersionService.DownloadBetaApk error:"Syntax error at index 1: invalid char\n\n\tinvalid json\n\t.^..........\n"`,
},
}

Expand Down Expand Up @@ -128,7 +128,7 @@ func TestDownloadReleaseApk(t *testing.T) {
mockError: nil,
expectedUrl: "",
expectingError: true,
expectedErrorInfo: `VersionService.DownloadReleaseApk error:"Syntax error at index 0: invalid chars\n\n\tinvalid json\n\t^...........\n"`,
expectedErrorInfo: `VersionService.DownloadReleaseApk error:"Syntax error at index 1: invalid char\n\n\tinvalid json\n\t.^..........\n"`,
},
}

Expand Down

0 comments on commit f36fc2d

Please sign in to comment.