Spaces:
Paused
Paused
Update flare-ui/src/app/components/test/test.component.ts
Browse files
flare-ui/src/app/components/test/test.component.ts
CHANGED
|
@@ -231,7 +231,7 @@ export class TestComponent implements OnInit {
|
|
| 231 |
// Integration Tests
|
| 232 |
this.addTest('integration', 'Create and delete project', async () => {
|
| 233 |
const start = Date.now();
|
| 234 |
-
let projectId: number;
|
| 235 |
|
| 236 |
try {
|
| 237 |
// Create project
|
|
|
|
| 231 |
// Integration Tests
|
| 232 |
this.addTest('integration', 'Create and delete project', async () => {
|
| 233 |
const start = Date.now();
|
| 234 |
+
let projectId: number | undefined = undefined;
|
| 235 |
|
| 236 |
try {
|
| 237 |
// Create project
|