Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
poonai committed Apr 18, 2024
1 parent c326b8d commit f9a080f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table_unsafe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestBondTable_UnsafeUpdate(t *testing.T) {
_ = it.Close()
}

func TestUnsafeInsert(t *testing.T) {
func TestBondTable_UnsafeInsert(t *testing.T) {
db := setupDatabase()
defer tearDownDatabase(db)

Expand Down

0 comments on commit f9a080f

Please sign in to comment.