Skip to content

Commit 6fbe8d7

Browse files
committed
Fix linting in rdsTypes test
1 parent c3f6057 commit 6fbe8d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/stack/aliyunStack/rdsTypes.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,7 @@ describe('RdsTypes', () => {
197197
},
198198
};
199199

200-
expect(() => databaseToRdsConfig(database)).toThrow(
201-
'Unsupported RDS database type/version',
202-
);
200+
expect(() => databaseToRdsConfig(database)).toThrow('Unsupported RDS database type/version');
203201
});
204202
});
205203

0 commit comments

Comments
 (0)