We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fd283 commit 39619bfCopy full SHA for 39619bf
storage/session_sql_test.go
@@ -156,7 +156,7 @@ func TestSQLSessionStore_Pruning(t *testing.T) {
156
// don't use the store funcs, since they check for the expires property of an entry
157
var count int64
158
err := db.Model(&sessionStoreRecord{}).
159
- Where("store = ? AND key = ?", "storename", testKey).
+ Where("store = ? AND entry_key = ?", "storename", testKey).
160
Count(&count).Error
161
assert.NoError(t, err)
162
assert.Equal(t, int64(0), count)
0 commit comments