Skip to content

Commit

Permalink
updated goldens
Browse files Browse the repository at this point in the history
  • Loading branch information
alxmrs committed Mar 6, 2020
1 parent f66fdd8 commit b26f13e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/tools/tests/goldens/generated-schemas.jvm.kt
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,7 @@ class Gold_Data_Spec() : EntitySpec<Gold_Data> {
val schema = Schema(
listOf(),
SchemaFields(
singletons = mapOf(
"num" to FieldType.Number,
"txt" to FieldType.Text,
"lnk" to FieldType.Text,
"flg" to FieldType.Boolean
),
singletons = mapOf("num" to FieldType.Number, "txt" to FieldType.Text, "lnk" to FieldType.Text, "flg" to FieldType.Boolean),
collections = emptyMap()
),
"d8058d336e472da47b289eafb39733f77eadb111"
Expand Down

0 comments on commit b26f13e

Please sign in to comment.