Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit a4b7f22

Browse files
author
Mikhail Arkhipov
committed
PR feedback
1 parent 6ab633c commit a4b7f22

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Analysis/Engine/Test/AnalysisTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
using Microsoft.Python.UnitTests.Core.MSTest;
2828
using Microsoft.PythonTools.Analysis;
2929
using Microsoft.PythonTools.Analysis.FluentAssertions;
30-
using Microsoft.PythonTools.Analysis.Infrastructure;
3130
using Microsoft.PythonTools.Analysis.Values;
3231
using Microsoft.PythonTools.Interpreter;
3332
using Microsoft.PythonTools.Interpreter.Ast;
@@ -2994,7 +2993,7 @@ print abc
29942993

29952994
// External module 'abc', URI varies depending on install
29962995
var externalUri = references[1].uri;
2997-
externalUri.LocalPath.Should().Contain("abc.py");
2996+
externalUri.LocalPath.Should().EndWith("abc.py");
29982997

29992998
references.Should().OnlyHaveReferences(
30002999
(uri, (1, 6, 1, 9), ReferenceKind.Definition),

0 commit comments

Comments
 (0)