mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
fixed: code style (win)
This commit is contained in:
parent
aae76f612a
commit
59cd5ac554
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user