test fix
This commit is contained in:
parent
d2b83563f4
commit
18326b4c1c
|
@ -94,7 +94,7 @@ export class Discovery extends React.Component<Props, State> {
|
|||
|
||||
let idx: number = Math.floor(Math.random() * (max - min + 1) + min);
|
||||
|
||||
idx = 2;
|
||||
|
||||
switch(idx) {
|
||||
case 1:
|
||||
this.testHost();
|
||||
|
|
Loading…
Reference in New Issue
Block a user