uptrace / bun

SQL-first Golang ORM
https://bun.uptrace.dev
BSD 2-Clause "Simplified" License
3.46k stars 206 forks source link

Refactor unit test of query_test.go #974

Closed JunNishimura closed 3 months ago

JunNishimura commented 3 months ago

Since it is difficult to find out which file in the testdata/snapshots directory is associated with the query execution results of each test case in query_test.go, I assign a number for each test case.

The contents of the test cases themselves have not been changed.

vmihailenco commented 3 months ago

Thanks :+1: