Skip to content

Commit

Permalink
type-o in matrix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Oct 11, 2024
1 parent 19c0d8a commit 679ef5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_plugin_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ def test_plugin_matrix_transaction_ids_api_v3_no_cache(
# Instantiate our object
obj = Apprise.instantiate('matrix://user:pass@localhost/#general?v=3')

# Ensure mode is flush
# Ensure mode is memory
assert obj.store.mode == PersistentStoreMode.MEMORY

# Performs a login
Expand Down

0 comments on commit 679ef5e

Please sign in to comment.