Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
#8. Fixing another test
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-tm committed Mar 22, 2019
1 parent 012dc92 commit 0c10ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/account_related_entity_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ void main() async {
expect(hasFutureData, false);
});

test('Has attribute _account_id', () async {
var hasDescription = e.attributes.containsKey("_account_id");
test('Has attribute _accountId', () async {
var hasDescription = e.attributes.containsKey("_accountId");
expect(hasDescription, true);
});
});
Expand Down

0 comments on commit 0c10ac2

Please sign in to comment.