Skip to content

Commit

Permalink
test: fix test setup
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <[email protected]>
  • Loading branch information
harshit-gangal committed Aug 5, 2024
1 parent 173b68c commit bfef52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgate/engine/fake_vcursor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ func (t *noopVCursor) ExceedsMaxMemoryRows(numRows int) bool {
}

func (t *noopVCursor) GetKeyspace() string {
return ""
return "test_ks"
}

func (t *noopVCursor) RecordWarning(warning *querypb.QueryWarning) {
Expand Down

0 comments on commit bfef52d

Please sign in to comment.