Skip to content

Commit 24e0fe8

Browse files
committed
update e2etest app files to rhino-box styleguide
1 parent 8fcfffd commit 24e0fe8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/e2e/app-files/test-hello.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
box::use(
22
shiny[testServer],
3-
testthat[...],
3+
testthat[describe, expect_identical, it],
44
)
55
box::use(
6-
app/view/hello[...],
6+
app/view/hello[server],
77
)
88

99
describe("hello$server()", {

tests/e2e/app-files/test-say_hello.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
box::use(testthat[...])
1+
box::use(testthat[describe, expect_identical, it], )
22

3-
box::use(app/logic/say_hello[say_hello])
3+
box::use(app/logic/say_hello[say_hello], )
44

55
describe("say_hello()", {
66
it("should say hello with the correct name", {

0 commit comments

Comments
 (0)