Skip to content

Commit 1e432f2

Browse files
vlansedoug-martin
authored andcommitted
fix test
1 parent b65f65c commit 1e432f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

delete_dataset_example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ func ExampleDeleteDataset_ClearLimit() {
231231
sql, _, _ := ds.ClearLimit().ToSQL()
232232
fmt.Println(sql)
233233
// Output:
234-
// DELETE FROM `test`
234+
// DELETE `test` FROM `test`
235235
}
236236

237237
func ExampleDeleteDataset_Order() {

0 commit comments

Comments
 (0)