mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 21:03:54 +08:00
fixed: code style (win)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
TEST(CArchInternetWindowsTests, openWebPage)
|
||||
{
|
||||
CArchInternetWindows internet;
|
||||
CString result = internet.get(TEST_URL);
|
||||
CArchInternetWindows internet;
|
||||
CString result = internet.get(TEST_URL);
|
||||
ASSERT_EQ("Hello world!", result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user