You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(test): declutter some tests; remove extra asserts
A code review with https://github.com/CodeItQuick revealed that
deleting_parent_of_missing_file_is_not_detected_as_a_change is
asserting too much. In particular, asserting that
watch_and_load_for_file succeeds is unnecessary noise in the test.
Remove excessive asserts from tests. Also, add a test which has the same
setup as deleting_parent_of_missing_file_is_not_detected_as_a_change but
is more deliberate in asserting the returned config.
0 commit comments