mirror of
https://github.com/polybar/polybar.git
synced 2026-02-11 02:15:29 +00:00
fix: project rename
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
#include "utils/string.hpp"
|
||||
|
||||
int main() {
|
||||
using namespace lemonbuddy;
|
||||
using namespace polybar;
|
||||
|
||||
"upper"_test = [] { expect(string_util::upper("FOO") == "FOO"); };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user