Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed Apr 15, 2020
1 parent 5fb3c8d commit c0d2832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/service_export_import_apply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func getSvcListWithOneRevision() servingv1.ServiceList {
withName("hello"),
withRevisionName("hello-rev2"),
withEnv("key1", "val1"),
withTrafficSplit([]string{"latest"}, []int{100},[]string{""}),
withTrafficSplit([]string{"latest"}, []int{100}, []string{""}),
),
},
}
Expand Down

0 comments on commit c0d2832

Please sign in to comment.