website refactor
This commit is contained in:
@@ -68,7 +68,7 @@ describe('Database Constraints - API Integration', () => {
|
||||
try {
|
||||
await operation();
|
||||
throw new Error('Expected operation to fail');
|
||||
} catch (error: any) {
|
||||
} catch (error) {
|
||||
// Should throw an error
|
||||
expect(error).toBeDefined();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user