Skip to content

Commit 015ee61

Browse files
committed
test: Removved positive example filename
1 parent 31f9fce commit 015ee61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/VisualRecognitionV3IntegrationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ public IEnumerator TestCreateClassifier()
113113
name: classifierName,
114114
positiveExamples: positiveExamples,
115115
negativeExamples: ms1,
116-
positiveExamplesFilename: Path.GetFileName(giraffePositiveExamplesFilepath),
117116
negativeExamplesFilename: Path.GetFileName(negativeExamplesFilepath)
118117
);
119118

0 commit comments

Comments
 (0)