Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Jun 18, 2024
1 parent 99fffe6 commit fe52367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/typing/columns/columns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ func TestRemoveDeleteColumnMarker(t *testing.T) {
}

func TestColumnNames(t *testing.T) {
assert.Equal(t, []string{}, ColumnNames(nil))
assert.Empty(t, ColumnNames(nil))

cols := []Column{
NewColumn("a", typing.Invalid),
Expand Down

0 comments on commit fe52367

Please sign in to comment.