mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-25 03:53:18 +03:00
fixed: code style
This commit is contained in:
parent
456e56d5dc
commit
aae76f612a
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user