Skip to content

Commit

Permalink
update: removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAflak committed Dec 24, 2023
1 parent ed4b0dc commit 96d5349
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Q3/test/authorization_system_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <gtest/gtest.h>
#include "../include/user_operations.h"
/*

// Test 1
TEST(UserOperations, TEST1) {
const char *backup_file_name = "resources/HW4_Datasets.txt";
Expand Down Expand Up @@ -324,4 +324,3 @@ TEST(UserOperations, TEST11) {
free(stored_data);
remove(backup_file_name);
}
*/

0 comments on commit 96d5349

Please sign in to comment.