Skip to content

Commit

Permalink
Cover more structs - non-hyphenated First and Second
Browse files Browse the repository at this point in the history
  • Loading branch information
witriew committed Jun 24, 2021
1 parent a33ae58 commit 642d2be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gen/quick_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import (
tx "go.uber.org/thriftrw/gen/internal/tests/exceptions"
ahf "go.uber.org/thriftrw/gen/internal/tests/hyphenated-file"
hf "go.uber.org/thriftrw/gen/internal/tests/hyphenated_file"
nf "go.uber.org/thriftrw/gen/internal/tests/non_hyphenated"
tz "go.uber.org/thriftrw/gen/internal/tests/nozap"
tf "go.uber.org/thriftrw/gen/internal/tests/services"
tss "go.uber.org/thriftrw/gen/internal/tests/set_to_slice"
Expand Down Expand Up @@ -338,6 +339,8 @@ func TestQuickSuite(t *testing.T) {
{Sample: tf.KeyValue_GetManyValues_Args{}, Kind: thriftStruct},
{Sample: ahf.DocumentStruct{}, Kind: thriftStruct},
{Sample: hf.DocumentStructure{}, Kind: thriftStruct},
{Sample: nf.First{}, Kind: thriftStruct},
{Sample: nf.Second{}, Kind: thriftStruct},

{
Sample: tf.KeyValue_GetManyValues_Result{},
Expand Down

0 comments on commit 642d2be

Please sign in to comment.