Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
testfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mavilein committed Apr 25, 2019
1 parent adba050 commit fb55623
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ class ExistingDatabasesSpec extends WordSpecLike with Matchers with PassiveDeplo
val initialDataModel =
s"""
|type Blog @db(name: "blog"){
| id: Int! @id
| id: ID! @id
| title: String!
| tags: [String]
|}
Expand All @@ -385,7 +385,7 @@ class ExistingDatabasesSpec extends WordSpecLike with Matchers with PassiveDeplo
val dataModel =
s"""
|type Blog @db(name: "blog"){
| id: Int! @id
| id: ID! @id
| title: String!
|}
""".stripMargin
Expand Down

0 comments on commit fb55623

Please sign in to comment.