Skip to content

Commit

Permalink
Corrected ignored cells in connections content test.
Browse files Browse the repository at this point in the history
  • Loading branch information
signija committed Aug 27, 2015
1 parent 22d52e5 commit c7a68c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DataIntegrityTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def test_correct_connections_number(self):
def test_connection_content_matches(self):
""" This test verifies that the content of each connection matches the
content in the source. """
ignored_cells = ['HYP', 'INTESTINE']
ignored_cells = ['hyp', 'intestine']
synapse_tuples = {} # set of tuple representation of synapses
csv_tuples = {} # set of tuple representation of csv file

Expand Down

0 comments on commit c7a68c3

Please sign in to comment.