Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
bladealslayer committed Sep 20, 2021
1 parent e4fe308 commit 037cbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration_sdk.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('new SharetribeSdk', () => {
it('uses default baseUrl, if none is set', () => {
const adapter = createAdapter((config, resolve) => {
// Fake adapter that echoes the URL
resolve({ data: { baseURL: config.baseURL} });
resolve({ data: { baseURL: config.baseURL } });
});

const authToken = adapter.tokenStore.createClientCredentialsToken(CLIENT_ID, CLIENT_SECRET);
Expand Down

0 comments on commit 037cbd3

Please sign in to comment.