Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: refactor test-tick-processor #8180

Closed
wants to merge 1 commit into from
Closed

Commits on Aug 19, 2016

  1. test: refactor test-tick-processor

    The test does some extra work that isn't necessary because of the way
    temp directories are handled. The test removes all files from the temp
    directory with `common.refreshTmpDir()` but still filters the results
    even though only its files will be in the directory).
    
    Refactor to remove that unneeded logic.
    Trott committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    780f5cf View commit details
    Browse the repository at this point in the history