Skip to content

Commit

Permalink
Modified test log
Browse files Browse the repository at this point in the history
Signed-off-by: daveaugustus <pappu.kumar@progress.com>
  • Loading branch information
daveaugustus authored and iamazzeez committed Sep 12, 2024
1 parent 070db19 commit e83f80f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func TestPGBackend(t *testing.T) {
if err != nil && strings.Contains(err.Error(), "licenses table does not exist") {
t.Log("Licenses table was missing but was created during Init.")
}
require.NoError(t, err)
})

t.Run("Init should succeed with existent but corrupt legacy migration file", func(t *testing.T) {
Expand Down

0 comments on commit e83f80f

Please sign in to comment.