Skip to content

Commit

Permalink
service/lexmodelsv2: Fixup unit test for Go 1.5 and 1.6 (#3764)
Browse files Browse the repository at this point in the history
Fixes the unit tests for the API's customizations of old versions of go.
  • Loading branch information
jasdel authored Jan 29, 2021
1 parent 0dd1266 commit 3f5ad80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion service/lexmodelsv2/cust_integ_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build integration
// +build go1.7,integration

package lexmodelsv2

Expand Down
2 changes: 2 additions & 0 deletions service/lexmodelsv2/customizations_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build go1.7

package lexmodelsv2

import (
Expand Down

0 comments on commit 3f5ad80

Please sign in to comment.