Skip to content

Commit

Permalink
Quick Prod Test Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
euanwm committed Sep 19, 2023
1 parent dc299bd commit f5ab1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/lifter/search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func TestNameSearch(t *testing.T) {
{Name: "dof smith"},
{Name: "john smof"},
}},
wantNameSlice: nil,
wantNameSlice: []string{""},
},
}
for _, tt := range tests {
Expand Down

0 comments on commit f5ab1fb

Please sign in to comment.