Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Jul 9, 2024
1 parent 491bd52 commit e129bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/database/database_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ func TestDataBase(t *testing.T) {
db.AddSubSet([]string{"testSet", "subSetOne"})

time := time.Now()

timeStr := strconv.Itoa(int(time.Unix()))
for i := 0; i < 50; i++ {
db.PushElement([]string{"testSet", "subSetOne", "testValue", timeStr})
Expand Down

0 comments on commit e129bed

Please sign in to comment.