Skip to content

Only retain hard dependencies from pre-commit hooks #424

Only retain hard dependencies from pre-commit hooks

Only retain hard dependencies from pre-commit hooks #424

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Unit Tests Summary failed Sep 12, 2023 in 0s

1 fail, 13 skipped, 42 pass in 11s

  1 files  15 suites   11s ⏱️
56 tests 42 ✔️ 13 💤 1
85 runs  71 ✔️ 13 💤 1

Results for commit 8b22b75.

Annotations

Check warning on line 0 in assaySpec

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

assaySpecInput_creates_expected_HTML (assaySpec) failed

teal.modules.hermes.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Snapshot of code has changed: ('test-assaySpec.R:4:3')
Snapshot of code has changed:
old[4:10] vs new[4:10]
    <div class="form-group shiny-input-container">
      <label class="control-label" id="my_assay-name-label" for="my_assay-name">Please select the best assay</label>
      <div>
-       <select id="my_assay-name"><option value="" selected></option></select>
+       <select id="my_assay-name" class="shiny-input-select"><option value="" selected></option></select>
        <script type="application/json" data-for="my_assay-name">{"plugins":["selectize-plugin-a11y"]}</script>
      </div>
    </div>

* Run `testthat::snapshot_accept('assaySpec')` to accept the change.
* Run `testthat::snapshot_review('assaySpec')` to interactively review the change.