Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
DordeDimitrijev committed Nov 14, 2024
1 parent deffe54 commit c3e1c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/acquisition-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ describe("Acquisition SDK", () => {
statusCode: 404,
body: "Not found"
};
configuration={...configuration, serverUrl:"https://codepush.appcenter.ms"}
configuration = { ...configuration, serverUrl: "https://codepush.appcenter.ms" }
var acquisition = new acquisitionSdk.AcquisitionManager(new mockApi.CustomResponseHttpRequester(invalidJsonResponse), configuration);
acquisition.queryUpdateWithCurrentPackage(templateCurrentPackage, (error: Error, returnPackage: acquisitionSdk.RemotePackage | acquisitionSdk.NativeUpdateNotification) => {
assert.strictEqual(acquisitionSdk.AcquisitionManager.apiCallsDisabled, true);
Expand Down

0 comments on commit c3e1c78

Please sign in to comment.