Skip to content

Commit

Permalink
Merge pull request #801 from southworkscom/issue/testDescription
Browse files Browse the repository at this point in the history
Change test description to match implementation
  • Loading branch information
cleemullins authored Mar 1, 2019
2 parents 16a307f + 6c4c926 commit 8b27fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/botbuilder/tests/botFrameworkAdapter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ describe(`BotFrameworkAdapter`, function () {
assert(false, `should have thrown an error message`);
});

it(`should throw error if missing from in signOutUser()`, async function () {
it(`should throw error if missing from in getAadTokens()`, async function () {
try {
const adapter = new AdapterUnderTest();
await adapter.getAadTokens({ activity: {} });
Expand Down

0 comments on commit 8b27fe7

Please sign in to comment.