Skip to content

Commit

Permalink
historie úspěšně rozbitá! teď jí opravit... (#89) / closes #88
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacko committed Nov 30, 2023
1 parent 3b28568 commit 22674c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-1-historie.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ test_that("historie platí", {

expect_equal(nrow(historie(doba)), unname(entities[doba]))

expect_equal(sum(duplicated(colnames(historie(doba)))), 0) # sloupce bez duplicit v názvech

expect_equal(st_crs(historie(doba))$input, "EPSG:4326")

expect_true(all(st_is_valid(historie(doba))))
Expand Down

0 comments on commit 22674c2

Please sign in to comment.