File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ const directoryThingsUrl3 = "test://localhost/things3";
6666
6767const directoryThingDescription1 = createDirectoryTestTd ( directoryTdTitle1 , directoryThingsUrl1 ) ;
6868const directoryThingDescription2 = createDirectoryTestTd ( directoryTdTitle2 , directoryThingsUrl2 ) ;
69- const directoryThingDescription3 = createDirectoryTestTd ( directoryTdTitle3 , directoryThingsUrl2 ) ;
69+ const directoryThingDescription3 = createDirectoryTestTd ( directoryTdTitle3 , directoryThingsUrl3 ) ;
7070
7171class TestProtocolClient implements ProtocolClient {
7272 async readResource ( form : Form ) : Promise < Content > {
@@ -165,7 +165,6 @@ describe("Discovery Tests", () => {
165165 tdCounter ++ ;
166166 }
167167 expect ( tdCounter ) . to . eql ( 1 ) ;
168- console . log ( discoveryProcess . error ) ;
169168 expect ( discoveryProcess . error ) . to . eq ( undefined ) ;
170169 } ) ;
171170
You can’t perform that action at this time.
0 commit comments