Skip to content

Commit

Permalink
Add missing column to history log tests' fixtures. (#4087)
Browse files Browse the repository at this point in the history
  • Loading branch information
blkt authored Aug 6, 2024
1 parent 48fc372 commit b82bff2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/db/eval_history_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package db
import (
"context"
"database/sql"
"encoding/json"
"fmt"
"testing"
"time"
Expand Down Expand Up @@ -749,6 +750,7 @@ func createRandomEvaluationStatus(
RuleEntityID: ereID,
Status: evaluationStatus,
Details: "",
Checkpoint: json.RawMessage(`{}`),
},
)
require.NoError(t, err)
Expand Down

0 comments on commit b82bff2

Please sign in to comment.