Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiffany Cheng committed Nov 16, 2017
1 parent e521ec0 commit 8b80c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connectors/cassandra/schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ func TestCompareStructToSchemaWrongPk(t *testing.T) {
func TestCompareStructToSchemaWrongCk(t *testing.T) {
ed := dosa.EntityDefinition{
Key: &dosa.PrimaryKey{
PartitionKeys: []string{"p1"},
ClusteringKeys: []*dosa.ClusteringKey{{Name:"c1", Descending: true}},
PartitionKeys: []string{"p1"},
ClusteringKeys: []*dosa.ClusteringKey{{Name: "c1", Descending: true}},
},
Name: "test",
Columns: []*dosa.ColumnDefinition{
Expand Down

0 comments on commit 8b80c04

Please sign in to comment.