Skip to content

Commit

Permalink
Simplify the type system test cases (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangalaman93 authored Oct 2, 2019
1 parent bc498b2 commit 2d9849d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_type_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def setUp(self):

schema = """
type Person {
name: string
age: int
name
age
}
name: string @index(term, exact) .
age: int .
Expand Down

0 comments on commit 2d9849d

Please sign in to comment.