Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed Nov 30, 2023
1 parent ea34d42 commit 4d3ba5d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func TestInt_Client_UnsafeQuery(t *testing.T) {
assert.Equal(t, "", *row["options"])
assert.Equal(t, "", *row["comment"])
assert.Equal(t, "N", *row["is_default"])
assert.Equal(t, "Y", *row["is_current"])
assert.Nil(t, *row["budget"])
})

Expand Down

0 comments on commit 4d3ba5d

Please sign in to comment.