Skip to content

Commit

Permalink
Revert "Wave 1 - tm_a_gee shinytests (#1127)" (#1140)
Browse files Browse the repository at this point in the history
This reverts commit 79a849c as we just
need this in our feature branch `shinytest2@main` for now.
  • Loading branch information
vedhav authored Apr 26, 2024
1 parent 8a9cc2b commit d3c9655
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 297 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ on:
- ready_for_review
branches:
- main
- shinytest2@main
push:
branches:
- main
- shinytest2@main
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion R/tm_a_gee.R
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ srv_gee <- function(id,

iv_r <- reactive({
iv <- shinyvalidate::InputValidator$new()
iv$add_rule("conf_level", shinyvalidate::sv_required("Please choose a confidence level"))
iv$add_rule("conf_level", shinyvalidate::sv_required("Please choose a confidence level."))
iv$add_rule(
"conf_level",
shinyvalidate::sv_between(
Expand Down
294 changes: 0 additions & 294 deletions tests/testthat/test-shinytest2-tm_a_gee.R

This file was deleted.

0 comments on commit d3c9655

Please sign in to comment.