Skip to content

Commit

Permalink
Ninja trivial typo in TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjirsa committed Jun 21, 2018
1 parent 4f02db5 commit 2d8ae83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The goal of this document is to establish guidelines on writing tests that drive incremental improvement of the test coverage and testability of
Cassandra, without overly burdening day to day work. While not every point here will be immediately practical to implement or relevant for every
contribution, it errs on the side of not making rules out of potential exceptions. It provides guidelines on test scope, style, and goals, as
weel as guidelines for dealing with global state and refactoring untested code.
well as guidelines for dealing with global state and refactoring untested code.

## What to Test

Expand Down

0 comments on commit 2d8ae83

Please sign in to comment.