Skip to content

Commit

Permalink
Rename test class
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid committed Aug 26, 2019
1 parent 1c0535d commit cc4821b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tables/userassist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ TEST(Rot13Test, DecodeData) {
ASSERT_TRUE(decoded_data == "The quick brown fox jumps over the lazy dog");
}

TEST_F(userassistTest, test_sanity) {
TEST_F(UserassistTest, test_sanity) {
QueryData const rows = execute_query("select * from userassist");
QueryData const specific_query_rows = execute_query(
"select * from userassist where path is 'Microsoft.Windows.Explorer'");
Expand Down

0 comments on commit cc4821b

Please sign in to comment.