Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vlanse authored and doug-martin committed Mar 5, 2021
1 parent b65f65c commit 1e432f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delete_dataset_example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func ExampleDeleteDataset_ClearLimit() {
sql, _, _ := ds.ClearLimit().ToSQL()
fmt.Println(sql)
// Output:
// DELETE FROM `test`
// DELETE `test` FROM `test`
}

func ExampleDeleteDataset_Order() {
Expand Down

0 comments on commit 1e432f2

Please sign in to comment.