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