Skip to content

Commit

Permalink
Merge pull request #139 from RyanDawkins/fixing-context-tests
Browse files Browse the repository at this point in the history
Tests no longer pass after PR #97. The ContextExtension name space ch…
  • Loading branch information
cleemullins authored Feb 16, 2018
2 parents 1ca112a + 4e37f1b commit 00663cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Microsoft.Bot.Builder.Tests/ContextExtensionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System;
using System.Threading.Tasks;
using Microsoft.Bot.Builder.Adapters;
using Microsoft.Bot.Builder.ContextExtensions;
using Microsoft.Bot.Builder;
using Microsoft.Bot.Schema;
using Microsoft.VisualStudio.TestTools.UnitTesting;

Expand Down

0 comments on commit 00663cc

Please sign in to comment.