Skip to content

Commit

Permalink
Reenable test (tidyverse#2974)
Browse files Browse the repository at this point in the history
* reenable test available now

* bump dependency
  • Loading branch information
krlmlr committed Jul 15, 2017
1 parent 91c5c31 commit bb40682
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Depends:
Imports:
assertthat,
bindrcpp (>= 0.2),
glue (>= 1.1.0),
glue (>= 1.1.1),
magrittr,
methods,
pkgconfig,
Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/test-equality.r
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ test_that("returns vector for more than one difference (#1819)", {
})

test_that("returns UTF-8 column names (#2441)", {
skip("Re-enable for glue 1.1.1")

df1 <- data_frame(a = 1) %>% rename("\u5e78" := a)
df2 <- data_frame(a = 1) %>% rename("\u798f" := a)

Expand Down

0 comments on commit bb40682

Please sign in to comment.