mirror of https://github.com/AMT-Cheif/drift.git
removed duplicate test case
This commit is contained in:
parent
f249494269
commit
3fb9e50f75
|
@ -186,13 +186,6 @@ class Pianos extends Table {
|
|||
|
||||
expect(table.nameOfRowClass, 'Piano');
|
||||
});
|
||||
|
||||
test("singularizes table name that end in -s", () async {
|
||||
final result = await findTable('Socks');
|
||||
final table = result!.result as DriftTable;
|
||||
|
||||
expect(table.nameOfRowClass, 'Sock');
|
||||
});
|
||||
});
|
||||
group('Columns', () {
|
||||
test('should use field name if no name has been set explicitly', () async {
|
||||
|
|
Loading…
Reference in New Issue