Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins committed Jan 25, 2024
1 parent 285a6f1 commit 184da0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions result_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -800,11 +800,11 @@ func TestScan(t *testing.T) {
}

type testStruct struct {
Col0 int64 `nebula:"col0_int"`
Col1 string `nebula:"col1_string"`
Col2 Node `nebula:"col2_vertex"`
Col3 Relationship `nebula:"col3_edge"`
Col4 PathWrapper `nebula:"col4_path"`
Col0 int64 `nebula:"col0_int"`
Col1 string `nebula:"col1_string"`
// Col2 Node `nebula:"col2_vertex"`
// Col3 Relationship `nebula:"col3_edge"`
// Col4 PathWrapper `nebula:"col4_path"`
}

var testStructList []testStruct
Expand Down

0 comments on commit 184da0a

Please sign in to comment.